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