3 writes to _httpMethod
System.Web (3)
HttpRequest.cs (3)
184_httpMethod = "GET"; 197_httpMethod = "GET"; 1174_httpMethod = _wr.GetHttpVerbName();
2 references to _httpMethod
System.Web (2)
HttpRequest.cs (2)
1172if (_httpMethod == null) { 1177return _httpMethod;