2 writes to QueryString
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpRequestMessageProperty.cs (2)
97
_httpBackedProperty.
QueryString
= value;
388
this.
QueryString
= propertyToMerge.QueryString;
2 references to QueryString
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpRequestMessageProperty.cs (2)
84
_httpBackedProperty.
QueryString
:
373
copiedProperty.QueryString = this.
QueryString
;