3 references to LocalEndPoint
System.Net.HttpListener (3)
System\Net\HttpListenerRequest.cs (2)
111public bool IsLocal => LocalEndPoint!.Address.Equals(RemoteEndPoint!.Address); 207public string UserHostAddress => LocalEndPoint!.ToString();
System\Net\Managed\HttpListenerRequest.Managed.cs (1)
168string base_uri = $"{RequestScheme}://{host}:{LocalEndPoint!.Port}";