HttpUrlEncodedBinding Class
Represents an extensibility element added to an InputBinding within an XML Web service. This class cannot be inherited.
For a list of all members of this type, see HttpUrlEncodedBinding Members.
System.Object
System.Web.Services.Description.ServiceDescriptionFormatExtension
System.Web.Services.Description.HttpUrlEncodedBinding
[Visual Basic] NotInheritable Public Class HttpUrlEncodedBinding Inherits ServiceDescriptionFormatExtension [C#] public sealed class HttpUrlEncodedBinding : ServiceDescriptionFormatExtension [C++] public __gc __sealed class HttpUrlEncodedBinding : public ServiceDescriptionFormatExtension [JScript] public class HttpUrlEncodedBinding extends ServiceDescriptionFormatExtension
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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 HtmlForm class, although the HtmlForm class does support it. For more information about specifying protocols for XML Web services, see Building 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/.
Requirements
Namespace: System.Web.Services.Description
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web.Services (in System.Web.Services.dll)
See Also
HttpUrlEncodedBinding Members | System.Web.Services.Description Namespace