8 references to GET
System.Web (8)
HttpCachePolicy.cs (1)
1173
&& (request != null && request.HttpVerb == HttpVerb.
GET
);
HttpRequest.cs (2)
1190
_httpVerb = HttpVerb.
GET
;
2855
case HttpVerb.
GET
:
HttpResponse.cs (1)
1020
path, HttpVerb.
GET
, null, null);
OutputCacheModule.cs (2)
573
case HttpVerb.
GET
:
1062
if (request.HttpVerb != HttpVerb.
GET
&& request.HttpVerb != HttpVerb.POST) {
Security\FileAuthorizationModule.cs (1)
164
if (verb == HttpVerb.
GET
State\StateRuntime.cs (1)
264
case HttpVerb.
GET
: