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