Share via


Soap12ElementNames Members

Specifies the elements defined in a SOAP 1.2 header.

The following tables list the members exposed by the Soap12ElementNames type.

Public Constructors

  Name Description
Soap12ElementNames Initializes a new instance of the Soap12ElementNames class.

Top

Public Fields

  Name Description
public field static Code Specifies the element defining a SOAP code. This field is constant.
public field static Detail Specifies the element defining the SOAP Detail that is used for carrying application specific error information related to the SOAP Body.
public field static Node Specifies the element defining the SOAP Detail that is used to provide information about which SOAP node on the SOAP message path caused the fault to happen.
public field static Reason Specifies the element defining the SOAP Reason that is used to provide a human readable explanation of the fault.
public field static Role Specifies the element defining the SOAP Role that identifies the role the node was operating in at the point the fault occurred.
public field static Subcode Specifies the element defining the SOAP Subcode.
public field static Text Specifies the element defining the SOAP Text that is intended to carry the text of a human readable explanation of the fault.
public field static Value Specifies the element defining the SOAP Value.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

Soap12ElementNames Class
Microsoft.Web.Services3 Namespace