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