2 writes to QueryString
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpRequestMessageProperty.cs (2)
101
_traditionalProperty.
QueryString
= value;
209
this.
QueryString
= DefaultQueryString;
3 references to QueryString
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpRequestMessageProperty.cs (3)
85
_traditionalProperty.
QueryString
;
386
if (propertyToMerge.
QueryString
!= TraditionalHttpRequestMessageProperty.DefaultQueryString)
388
this.QueryString = propertyToMerge.
QueryString
;