4 references to QueryStringConverter
System.ServiceModel.Web (4)
System\ServiceModel\Description\WebHttpBehavior.cs (1)
555
return new
QueryStringConverter
();
System\ServiceModel\Dispatcher\JsonQueryStringConverter.cs (2)
27
public JsonQueryStringConverter() :
base
()
32
:
base
()
System\ServiceModel\Web\WebServiceHost.cs (1)
261
UriTemplateDispatchFormatter throwAway = new UriTemplateDispatchFormatter(operation, null, new
QueryStringConverter
(), operation.DeclaringContract.Name, new Uri("http://localhost"));