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