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


ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net