1 write to readerType
System.Web.Services (1)
System\Web\Services\Protocols\HttpClientProtocol.cs (1)
43method.readerType = attribute.ReturnFormatter;
3 references to readerType
System.Web.Services (3)
System\Web\Services\Protocols\HttpClientProtocol.cs (3)
46AddFormatter(formatterTypes, method.readerType, method); 334if (method.readerType == null) 341MimeReturnReader reader = (MimeReturnReader)MimeFormatter.CreateInstance(method.readerType, method.readerInitializer);