7 references to GetWebMethod
System.ServiceModel.Web (7)
System\ServiceModel\Description\WebHttpBehavior.cs (2)
847
if (
GetWebMethod
(operationDescription) == GET && GetWebUriTemplate(operationDescription) == null)
1173
string method =
GetWebMethod
(operation);
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (1)
163
string method = WebHttpBehavior.
GetWebMethod
(operation);
System\ServiceModel\Dispatcher\HelpPage.cs (1)
163
return WebHttpBehavior.
GetWebMethod
(od);
System\ServiceModel\Dispatcher\UriTemplateClientFormatter.cs (2)
46
this.method = WebHttpBehavior.
GetWebMethod
(operationDescription);
124
if (utString == null && WebHttpBehavior.
GetWebMethod
(operationDescription) == WebHttpBehavior.GET)
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (1)
71
string method = WebHttpBehavior.
GetWebMethod
(od);