HttpAddressBinding

HttpAddressBinding

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

Represents an extensibility element added to the WSDL <port> element, which enables HTTP binding to a specific web service address. The Location property specifies the base URL address for the web service.

public sealed class HttpAddressBinding : ServiceDescriptionFormatExtension {
// Public Constructors
   public HttpAddressBinding( );
// Public Instance Properties
   public string Location{set; get; }
}

Hierarchy

System.Object ServiceDescriptionFormatExtension HttpAddressBinding



    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