2 writes to RemoteIpAddress
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.IHttpConnectionFeature.cs (2)
24
set =>
RemoteIpAddress
= value;
97
RemoteIpAddress
= remoteEndPoint.GetIPAddress();
3 references to RemoteIpAddress
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.IHttpConnectionFeature.cs (3)
17
if (
RemoteIpAddress
== null)
22
return
RemoteIpAddress
;
44
if (
RemoteIpAddress
== null)