2 writes to Method
System.ServiceModel.Http (2)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (2)
71_httpBackedProperty.Method = value; 366Method = propertyToMerge.Method;
3 references to Method
System.ServiceModel.Http (3)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (3)
58_httpBackedProperty.Method : 351if (Method != TraditionalHttpRequestMessageProperty.DefaultMethod) 353copiedProperty.Method = Method;