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