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 | |
---|---|---|
Code | Specifies the element defining a SOAP code. This field is constant. | |
Detail | Specifies the element defining the SOAP Detail that is used for carrying application specific error information related to the SOAP Body. | |
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. | |
Reason | Specifies the element defining the SOAP Reason that is used to provide a human readable explanation of the fault. | |
Role | Specifies the element defining the SOAP Role that identifies the role the node was operating in at the point the fault occurred. | |
Subcode | Specifies the element defining the SOAP Subcode. | |
Text | Specifies the element defining the SOAP Text that is intended to carry the text of a human readable explanation of the fault. | |
Value | Specifies the element defining the SOAP Value. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object ) | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top