SoapBinding

SoapBinding

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

This class represents a SOAP binding in a discovery document. You could add a SOAP binding for versioning (or to indicate additional information about a group of web services). SOAP bindings are specified in the discovery document by adding a SOAP XML element with an XML namespace equal to the Namespace constant.

public sealed class SoapBinding {
// Public Constructors
   public SoapBinding( );
// Public Static Fields
   public const string Namespace;                   // =http://schemas.xmlsoap.org/disco/soap/
// Public Instance Properties
   public string Address{set; get; }
   public XmlQualifiedName Binding{set; get; }
}


    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