7 writes to _httpVerb
System.Web (7)
HttpRequest.cs (7)
1184
_httpVerb
= HttpVerb.Unknown;
1190
_httpVerb
= HttpVerb.GET;
1193
_httpVerb
= HttpVerb.PUT;
1199
_httpVerb
= HttpVerb.POST;
1202
_httpVerb
= HttpVerb.HEAD;
1208
_httpVerb
= HttpVerb.DEBUG;
1214
_httpVerb
= HttpVerb.DELETE;
2 references to _httpVerb
System.Web (2)
HttpRequest.cs (2)
1183
if (
_httpVerb
== HttpVerb.Unparsed) {
1221
return
_httpVerb
;