1 write to m_RemoteEndPoint
System (1)
net\System\Net\HttpListenerRequest.cs (1)
753m_RemoteEndPoint = UnsafeNclNativeMethods.HttpApi.GetRemoteEndPoint(RequestBuffer, OriginalBlobAddress);
3 references to m_RemoteEndPoint
System (3)
net\System\Net\HttpListenerRequest.cs (3)
752if (m_RemoteEndPoint==null) { 755GlobalLog.Print("HttpListenerRequest#" + ValidationHelper.HashString(this) + "::RemoteEndPoint_get() returning:" + m_RemoteEndPoint); 756return m_RemoteEndPoint;