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; }
}