System.Web.Services.Description.Soap12Binding Class

Represents a binding in a Web Services Description Language (WSDL) document to the SOAP version 1.2 protocol. This class cannot be inherited.

See Also: Soap12Binding Members

Syntax

[System.Web.Services.Configuration.XmlFormatExtension("binding", "http://schemas.xmlsoap.org/wsdl/soap12/", typeof(System.Web.Services.Description.Binding))]
[System.Web.Services.Configuration.XmlFormatExtensionPrefix("soap12", "http://schemas.xmlsoap.org/wsdl/soap12/")]
public sealed class Soap12Binding : SoapBinding

Remarks

This class represents the XML added to a WSDL document stating that an XML Web service supports communication using the SOAP protocol version 1.2.

This class is not supported in the .NET Framework version 1.0.

Requirements

Namespace: System.Web.Services.Description
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0