1 write to m_LocalEndPoint
System (1)
net\System\Net\HttpListenerRequest.cs (1)
763m_LocalEndPoint = UnsafeNclNativeMethods.HttpApi.GetLocalEndPoint(RequestBuffer, OriginalBlobAddress);
3 references to m_LocalEndPoint
System (3)
net\System\Net\HttpListenerRequest.cs (3)
762if (m_LocalEndPoint==null) { 765GlobalLog.Print("HttpListenerRequest#" + ValidationHelper.HashString(this) + "::LocalEndPoint_get() returning:" + m_LocalEndPoint); 766return m_LocalEndPoint;