2 writes to Method
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpRequestMessageProperty.cs (2)
70_httpBackedProperty.Method = value; 383this.Method = propertyToMerge.Method;
3 references to Method
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpRequestMessageProperty.cs (3)
57_httpBackedProperty.Method : 368if (this.Method != TraditionalHttpRequestMessageProperty.DefaultMethod) 370copiedProperty.Method = this.Method;