HttpUrlEncodedBinding Class
Assembly: System.Web.Services (in system.web.services.dll)
This class specifies that the incoming data will be in the format"name=value&name=value", encoded from an HTML form, regardless of whether the value of the Method attribute of the form is POST or GET.
Note that this encoding is derived from a feature of HTML and is not specific to the HtmlForm class, although the HtmlForm class does support it. For more information about specifying protocols for XML Web services, see XML Web Services Using ASP.NET. For more information about Web Services Description Language (WSDL), see the specification at http://www.w3.org/TR/wsdl/.
System.Web.Services.Description.ServiceDescriptionFormatExtension
System.Web.Services.Description.HttpUrlEncodedBinding
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.