System.Web.Services.Protocols.MimeParameterReader Class

Provides a common base implementation for readers of request parameters for Web services implemented using HTTP but without SOAP.

See Also: MimeParameterReader Members

Syntax

public abstract class MimeParameterReader : MimeFormatter

Remarks

System.Web.Services.Protocols.MimeParameterReader 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.MimeParameterReader class establishes a common MimeParameterReader.Read(System.Web.HttpRequest) format for all service-side readers of HTTP request streams into Web method parameters.

You will typically not need to use System.Web.Services.Protocols.MimeParameterReader or its descendant classes directly. The appropriate types are used according to settings in an ASP.NET configuration file (Web.config).

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