2 writes to RemotePort
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpProtocol.cs (1)
373RemotePort = remoteEndPoint?.Port ?? 0;
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
171set => RemotePort = value;
1 reference to RemotePort
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
170get => RemotePort;