This documentation is archived and is not being maintained.

SoapHeaderFaultBinding Class

Represents an extensibility element added to an InputBinding or an OutputBinding within an XML Web service. It specifies the SOAP header types used to transmit error information within the SOAP header.

For a list of all members of this type, see SoapHeaderFaultBinding Members.

System.Object
   System.Web.Services.Description.ServiceDescriptionFormatExtension
      System.Web.Services.Description.SoapHeaderFaultBinding

[Visual Basic]
Public Class SoapHeaderFaultBinding
   Inherits ServiceDescriptionFormatExtension
[C#]
public class SoapHeaderFaultBinding :
   ServiceDescriptionFormatExtension
[C++]
public __gc class SoapHeaderFaultBinding : public
   ServiceDescriptionFormatExtension
[JScript]
public class SoapHeaderFaultBinding extends
   ServiceDescriptionFormatExtension

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Remarks

For more information about specifying protocols for XML Web services, see Building XML Web Services Using ASP.NET. 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

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: System.Web.Services (in System.Web.Services.dll)

See Also

SoapHeaderFaultBinding Members | System.Web.Services.Description Namespace

Show: