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