1 write to m_HttpMethod
System (1)
net\System\Net\HttpListenerRequest.cs (1)
435m_HttpMethod = UnsafeNclNativeMethods.HttpApi.GetVerb(RequestBuffer, OriginalBlobAddress);
3 references to m_HttpMethod
System (3)
net\System\Net\HttpListenerRequest.cs (3)
434if (m_HttpMethod==null) { 437GlobalLog.Print("HttpListenerRequest#" + ValidationHelper.HashString(this) + "::HttpMethod_get() returning m_HttpMethod:" + ValidationHelper.ToString(m_HttpMethod)); 438return m_HttpMethod;