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