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)
1172
if (
_httpMethod
== null) {
1177
return
_httpMethod
;