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