System.Web.Services.Description.Soap12HeaderBinding Class

Represents a service description format extension applied to an System.Web.Services.Description.InputBinding or an System.Web.Services.Description.OutputBinding when an XML Web service supports the SOAP protocol version 1.2. This class cannot be inherited.

See Also: Soap12HeaderBinding Members

Syntax

[System.Web.Services.Configuration.XmlFormatExtension("header", "http://schemas.xmlsoap.org/wsdl/soap12/", typeof(System.Web.Services.Description.InputBinding), typeof(System.Web.Services.Description.OutputBinding))]
public sealed class Soap12HeaderBinding : SoapHeaderBinding

Remarks

This class specifies how messages, either abstract type definitions or concrete schema definitions, appear within the <Header> element of a SOAP message.

For more information about specifying protocols for XML Web services, see [<topic://cpconbuildingaspnetwebservices>]. For more information about Web Services Description Language (WSDL), see the specification at http://www.w3.org/TR/wsdl/.

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