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