3 references to LocalEndPoint
System (2)
net\System\Net\HttpListenerRequest.cs (2)
463
return
LocalEndPoint
.Address.Equals(RemoteEndPoint.Address);
560
return
LocalEndPoint
.ToString();
System.ServiceModel (1)
System\ServiceModel\Channels\SharedHttpTransportManager.cs (1)
295
TraceUtility.TraceHttpConnectionInformation(listenerContext.Request.
LocalEndPoint
.ToString(),