HttpUrlReplacementBinding Class
Represents an extensibility element added to an InputBinding within an XML Web service. It specifies the format for data transmission through HTTP. This class cannot be inherited.
For a list of all members of this type, see HttpUrlReplacementBinding Members.
System.Object
System.Web.Services.Description.ServiceDescriptionFormatExtension
System.Web.Services.Description.HttpUrlReplacementBinding
[Visual Basic] NotInheritable Public Class HttpUrlReplacementBinding Inherits ServiceDescriptionFormatExtension [C#] public sealed class HttpUrlReplacementBinding : ServiceDescriptionFormatExtension [C++] public __gc __sealed class HttpUrlReplacementBinding : public ServiceDescriptionFormatExtension [JScript] public class HttpUrlReplacementBinding 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 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 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
HttpUrlReplacementBinding Members | System.Web.Services.Description Namespace