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