2 writes to QueryString
System.ServiceModel (2)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (2)
101
this.traditionalProperty.
QueryString
= value;
217
this.
QueryString
= DefaultQueryString;
3 references to QueryString
System.ServiceModel (3)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (3)
84
this.traditionalProperty.
QueryString
;
380
if (propertyToMerge.
QueryString
!= TraditionalHttpRequestMessageProperty.DefaultQueryString)
382
this.QueryString = propertyToMerge.
QueryString
;