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