2 writes to LocalIpAddress
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpProtocol.cs (1)
375LocalIpAddress = localEndPoint?.Address;
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
165set => LocalIpAddress = value;
1 reference to LocalIpAddress
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
164get => LocalIpAddress;