9 references to GET
System.ServiceModel.Web (9)
System\ServiceModel\Description\WebHttpBehavior.cs (3)
365
return
GET
;
847
if (GetWebMethod(operationDescription) ==
GET
&& GetWebUriTemplate(operationDescription) == null)
1201
if (method ==
GET
)
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (1)
164
if (method != WebHttpBehavior.
GET
System\ServiceModel\Dispatcher\HelpPage.cs (1)
179
if (this.Response.SupportsJson && this.Method == WebHttpBehavior.
GET
)
System\ServiceModel\Dispatcher\UriTemplateClientFormatter.cs (2)
47
isGet = this.method == WebHttpBehavior.
GET
;
124
if (utString == null && WebHttpBehavior.GetWebMethod(operationDescription) == WebHttpBehavior.
GET
)
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (2)
216
if (method == WebHttpBehavior.
GET
)
221
new WebHttpDispatchOperationSelectorData() { AllowedMethods = new List<string>() { WebHttpBehavior.
GET
} });