System.Web.Services.Protocols.MimeReturnReader Class

Provides a common base implementation for readers of incoming response return values for Web service clients implemented using HTTP but without SOAP.

See Also: MimeReturnReader Members

Syntax

public abstract class MimeReturnReader : MimeFormatter

Remarks

System.Web.Services.Protocols.MimeReturnReader 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 System.Web.Services.Protocols.MimeReturnReader class establishes a common MimeReturnReader.Read(System.Net.WebResponse, System.IO.Stream) interface for all client-side reading of HTTP response streams into Web method return values.

You typically will not need touse System.Web.Services.Protocols.MimeReturnReader or its descendant classes directly. Instead, when the Wsdl.exe tool generates client proxy code according to the HTTP-GET or HTTP-POST implementations, it applies the System.Web.Services.Protocols.HttpMethodAttribute to each Web method and sets the attribute's HttpMethodAttribute.ReturnFormatter property to the System.Web.Services.Protocols.XmlReturnReader class, which is derived from System.Web.Services.Protocols.MimeReturnReader.

Requirements

Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0