3 references to UrlParameterReader
System.Web.Services (3)
System\Web\Services\Configuration\WebServicesSection.cs (1)
512Type[] parameterReaderTypes = new Type[] { typeof(UrlParameterReader), typeof(HtmlFormParameterReader) };
System\Web\Services\Protocols\HttpServerProtocol.cs (2)
194if (serverMethod.readerTypes[i] != typeof(UrlParameterReader)) continue; 198if (serverMethod.readerTypes[i] == typeof(UrlParameterReader)) continue;