2 writes to LocalPort
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpProtocol.cs (1)
376LocalPort = localEndPoint?.Port ?? 0;
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
177set => LocalPort = value;
1 reference to LocalPort
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
176get => LocalPort;