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