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