HttpUrlEncodedBinding

HttpUrlEncodedBinding

System.Web.Services.Description (system.web.services.dll)sealed class

Represents an extensibility element added to a WSDL InputBinding object. It indicates that the request will send data using the standard URL encoding format ("name=value&name2=value2") over HTTP. This class does not provide any properties.

public sealed class HttpUrlEncodedBinding : ServiceDescriptionFormatExtension {
// Public Constructors
   public HttpUrlEncodedBinding( );
}

Hierarchy

System.Object ServiceDescriptionFormatExtension HttpUrlEncodedBinding



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace