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