2 writes to Method
System.ServiceModel (2)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (2)
69
this.httpBackedProperty.
Method
= value;
377
this.
Method
= propertyToMerge.Method;
3 references to Method
System.ServiceModel (3)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (3)
56
this.httpBackedProperty.
Method
:
362
if (this.
Method
!= TraditionalHttpRequestMessageProperty.DefaultMethod)
364
copiedProperty.Method = this.
Method
;