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