SoapAddressBinding

SoapAddressBinding

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

This class represents an extensibility element added to the WSDL <port> element, which enables SOAP binding to a specific web service address. The Location property specifies the base URI for the web service port.

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

Hierarchy

System.Object ServiceDescriptionFormatExtension SoapAddressBinding



    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