3 instantiations of UriTemplateDispatchFormatter
System.ServiceModel.Web (3)
System\ServiceModel\Description\WebHttpBehavior.cs (2)
743
UriTemplateDispatchFormatter throwAway = new
UriTemplateDispatchFormatter
(operationDescription, null, GetQueryStringConverter(operationDescription), endpoint.Contract.Name, endpoint.Address.Uri);
801
result = new
UriTemplateDispatchFormatter
(operationDescription, result, GetQueryStringConverter(operationDescription), endpoint.Contract.Name, endpoint.Address.Uri);
System\ServiceModel\Web\WebServiceHost.cs (1)
261
UriTemplateDispatchFormatter throwAway = new
UriTemplateDispatchFormatter
(operation, null, new QueryStringConverter(), operation.DeclaringContract.Name, new Uri("http://localhost"));
3 references to UriTemplateDispatchFormatter
System.ServiceModel.Web (3)
System\ServiceModel\Description\WebHttpBehavior.cs (2)
743
UriTemplateDispatchFormatter
throwAway = new UriTemplateDispatchFormatter(operationDescription, null, GetQueryStringConverter(operationDescription), endpoint.Contract.Name, endpoint.Address.Uri);
903
internal static void HideRequestUriTemplateParameters(OperationDescription operationDescription,
UriTemplateDispatchFormatter
throwAway, Effect effect)
System\ServiceModel\Web\WebServiceHost.cs (1)
261
UriTemplateDispatchFormatter
throwAway = new UriTemplateDispatchFormatter(operation, null, new QueryStringConverter(), operation.DeclaringContract.Name, new Uri("http://localhost"));