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