1 write to method
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\UriTemplateClientFormatter.cs (1)
46this.method = WebHttpBehavior.GetWebMethod(operationDescription);
5 references to method
System.ServiceModel.Web (5)
System\ServiceModel\Dispatcher\UriTemplateClientFormatter.cs (5)
47isGet = this.method == WebHttpBehavior.GET; 92if (this.method != WebHttpBehavior.WildcardMethod && WebOperationContext.Current.OutgoingRequest.Method != null) 94WebOperationContext.Current.OutgoingRequest.Method = this.method; 113if (this.method != WebHttpBehavior.WildcardMethod) 115hrmp.Method = this.method;