System.Web.Services.Description.HttpUrlReplacementBinding Class

Represents an extensibility element added to an System.Web.Services.Description.InputBinding within an XML Web service. It specifies the format for data transmission through HTTP. This class cannot be inherited.

See Also: HttpUrlReplacementBinding Members

Syntax

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

Remarks

This class allows users to specify a custom format for data transmission, rather than limiting them to the standard format ("name=value&name=value") used in HTTP query strings. For example, a developer could decide to use the following custom format: "/name,value/name,value".

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