HttpUrlReplacementBinding Class
.NET Framework 2.0
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.
Namespace: System.Web.Services.Description
Assembly: System.Web.Services (in system.web.services.dll)
Assembly: System.Web.Services (in system.web.services.dll)
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 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/.
System.Object
System.Web.Services.Description.ServiceDescriptionFormatExtension
System.Web.Services.Description.HttpUrlReplacementBinding
System.Web.Services.Description.ServiceDescriptionFormatExtension
System.Web.Services.Description.HttpUrlReplacementBinding
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: