6 references to QueryParameters
System.Data.Services (2)
System\Data\Services\HttpContextServiceHost.cs (2)
393System.Collections.Specialized.NameValueCollection collection = this.operationContext.IncomingRequest.UriTemplateMatch.QueryParameters; 453System.Collections.Specialized.NameValueCollection collection = this.operationContext.IncomingRequest.UriTemplateMatch.QueryParameters;
System.ServiceModel (1)
System\UriTemplate.cs (1)
561kvp.Value.Lookup(result.QueryParameters[kvp.Key], result.BoundVariables);
System.ServiceModel.Web (3)
System\ServiceModel\Description\WebHttpBehavior.cs (2)
1322match.QueryParameters.AllKeys.Contains(callbackParameterName)) 1324string callbackName = match.QueryParameters[callbackParameterName];
System\ServiceModel\Dispatcher\UriTemplateDispatchFormatter.cs (1)
91foreach (string key in utmr.QueryParameters.Keys)