2 references to GetIPAddress
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.IHttpConnectionFeature.cs (2)
87
LocalIpAddress = localEndPoint.
GetIPAddress
();
97
RemoteIpAddress = remoteEndPoint.
GetIPAddress
();