2 writes to LocalIpAddress
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.IHttpConnectionFeature.cs (2)
37set => LocalIpAddress = value; 87LocalIpAddress = localEndPoint.GetIPAddress();
3 references to LocalIpAddress
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.IHttpConnectionFeature.cs (3)
31if (LocalIpAddress == null) 35return LocalIpAddress; 58if (LocalIpAddress == null)