4 references to HttpValueCollection
System.Web (4)
HttpDebugHandler.cs (1)
209
HttpValueCollection valCol = new
HttpValueCollection
(s, true, true, Encoding.UTF8);
HttpRequest.cs (2)
189
_queryString = new
HttpValueCollection
(_queryStringText, true, true, Encoding.Default);
202
_queryString = new
HttpValueCollection
(_queryStringText, true, true, Encoding.Default);
httpserverutility.cs (1)
1293
return new
HttpValueCollection
(query, false, true, encoding);