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