2 instantiations of UriTemplateClientFormatter
System.ServiceModel.Web (2)
System\ServiceModel\Description\WebHttpBehavior.cs (2)
668UriTemplateClientFormatter throwAway = new UriTemplateClientFormatter(operationDescription, null, GetQueryStringConverter(operationDescription), endpoint.Address.Uri, false, endpoint.Contract.Name); 729innerFormatter = new UriTemplateClientFormatter(operationDescription, innerFormatter, GetQueryStringConverter(operationDescription), endpoint.Address.Uri, isUntypedWhenUriParamsNotConsidered, endpoint.Contract.Name);
5 references to UriTemplateClientFormatter
System.ServiceModel.Web (5)
System\ServiceModel\Description\WebHttpBehavior.cs (2)
668UriTemplateClientFormatter throwAway = new UriTemplateClientFormatter(operationDescription, null, GetQueryStringConverter(operationDescription), endpoint.Address.Uri, false, endpoint.Contract.Name); 898static void HideRequestUriTemplateParameters(OperationDescription operationDescription, UriTemplateClientFormatter throwAway, Effect effect)
System\ServiceModel\Dispatcher\HelpPage.cs (1)
155return UriTemplateClientFormatter.GetUTStringOrDefault(od);
System\ServiceModel\Dispatcher\UriTemplateDispatchFormatter.cs (1)
39UriTemplateClientFormatter.Populate(out this.pathMapping,
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (1)
72string path = UriTemplateClientFormatter.GetUTStringOrDefault(od);