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