2 references to RemoteEndPoint
Microsoft.AspNetCore.Server.HttpSys (2)
RequestProcessing\Request.cs (2)
321
public IPAddress? RemoteIpAddress =>
RemoteEndPoint
.GetIPAddress();
325
public int RemotePort =>
RemoteEndPoint
.GetPort();