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