System.Web.Services.Description.HttpUrlEncodedBinding Class

Represents an extensibility element added to an System.Web.Services.Description.InputBinding within an XML Web service. This class cannot be inherited.

See Also: HttpUrlEncodedBinding Members

Syntax

[System.Web.Services.Configuration.XmlFormatExtension("urlEncoded", "http://schemas.xmlsoap.org/wsdl/http/", typeof(System.Web.Services.Description.InputBinding))]
public sealed class HttpUrlEncodedBinding : ServiceDescriptionFormatExtension

Remarks

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 System.Web.UI.HtmlControls.HtmlForm class, although the HtmlForm class does support it. For more information about specifying protocols for XML Web services, see [<topic://cpconbuildingaspnetwebservices>]. For more information about Web Services Description Language (WSDL), see the specification at http://www.w3.org/TR/wsdl/.

Requirements

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