2 writes to QueryString
System.ServiceModel (2)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (2)
97this.httpBackedProperty.QueryString = value; 382this.QueryString = propertyToMerge.QueryString;
2 references to QueryString
System.ServiceModel (2)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (2)
83this.httpBackedProperty.QueryString : 367copiedProperty.QueryString = this.QueryString;