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