2 implementations of LocalPort
Microsoft.AspNetCore.Http (1)
Features\HttpConnectionFeature.cs (1)
20public int LocalPort { get; set; }
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
174int IHttpConnectionFeature.LocalPort
1 write to LocalPort
Microsoft.AspNetCore.Http (1)
Internal\DefaultConnectionInfo.cs (1)
77set { HttpConnectionFeature.LocalPort = value; }
2 references to LocalPort
Microsoft.AspNetCore.Http (1)
Internal\DefaultConnectionInfo.cs (1)
76get { return HttpConnectionFeature.LocalPort; }
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
745connectionFeature.LocalPort = existingConnectionFeature.LocalPort;