ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 336
نمايش فراداده

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