HtmlFormParameterReader Class
Assembly: System.Web.Services (in system.web.services.dll)
HtmlFormParameterReader 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 service-side HtmlFormParameterReader class provides a Read method to read parameter name-value pairs that are encoded into the body of an HTTP request with the MIME type application/x-www-form-urlencoded.
You typically will not need to use HtmlFormParameterReader directly. HTTP-POST Web services are enabled when an ASP.NET configuration file's (Web.config) <protocols> Element element contains an <add> Element for <protocols> element whose name attribute's value is "HttpPost". The HtmlFormParameterReader class is automatically used when an HTTP-POST Web service is enabled and an applicable HTTP request is received.
System.Web.Services.Protocols.MimeFormatter
System.Web.Services.Protocols.MimeParameterReader
System.Web.Services.Protocols.ValueCollectionParameterReader
System.Web.Services.Protocols.HtmlFormParameterReader
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.