6 references to UriTemplateMatch
System.Data.Services (4)
System\Data\Services\HttpContextServiceHost.cs (4)
211
UriTemplateMatch match = this.operationContext.IncomingRequest.
UriTemplateMatch
;
313
UriTemplateMatch match = this.operationContext.IncomingRequest.
UriTemplateMatch
;
393
System.Collections.Specialized.NameValueCollection collection = this.operationContext.IncomingRequest.
UriTemplateMatch
.QueryParameters;
453
System.Collections.Specialized.NameValueCollection collection = this.operationContext.IncomingRequest.
UriTemplateMatch
.QueryParameters;
System.ServiceModel.Web (2)
System\ServiceModel\Description\WebHttpBehavior.cs (1)
1320
UriTemplateMatch match = WebOperationContext.Current.IncomingRequest.
UriTemplateMatch
;
System\ServiceModel\Dispatcher\HelpPage.cs (1)
66
Uri requestUri = UriTemplate.RewriteUri(WebOperationContext.Current.IncomingRequest.
UriTemplateMatch
.RequestUri, WebOperationContext.Current.IncomingRequest.Headers[HttpRequestHeader.Host]);