NopReturnReader Class
Serves as a non-acting reader of incoming response return values for Web service clients implemented using HTTP but without SOAP.
Assembly: System.Web.Services (in System.Web.Services.dll)
NopReturnReader and other classes in the System.Web.Services.Protocols namespace support the .NET Framework's implementations of Web services via the HTTP-GET and HTTP-POST operations. Web service writers and readers serialize and deserialize, respectively, between the parameters or return objects of Web methods and the HTTP request or response streams. Web service writers and readers use HTTP for transport but don't exchange messages using the SOAP standard.
The NopReturnReader class provides a non-reading implementation of the interface of the abstract class MimeReturnReader.
You typically will not need to use the NopReturnReader class. Instead, when the Wsdl.exe tool generates client proxy code according to the HTTP-GET or HTTP-POST implementations, .it applies the HttpMethodAttribute to each Web method and, by default, sets the attribute's ReturnFormatter property to XmlReturnReader, another class derived from MimeReturnReader. Wsdl.exe sets the property to NopReturnReader if it is otherwise unable to determine a value.
System.Web.Services.Protocols::MimeFormatter
System.Web.Services.Protocols::MimeReturnReader
System.Web.Services.Protocols::NopReturnReader
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.