SoapElementNames Members
Specifies the elements defined in a SOAP header.
The following tables list the members exposed by the SoapElementNames type.
Public Constructors
Name | Description | |
---|---|---|
SoapElementNames | Initializes a new instance of the SoapElementNames class. |
Top
Public Fields
Name | Description | |
---|---|---|
Body | Specifies the element defining a SOAP body. This field is constant. | |
Envelope | Specifies the element defining a SOAP envelope. This field is constant. | |
Fault | Specifies the element defining a SOAP fault actor. This field is constant. | |
Header | Specifies the element defining a SOAP header. This field is constant. | |
Message | Specifies the element defining a SOAP message. This field is constant. | |
StackTrace | Specifies the element defining a SOAP stack trace. This field is constant. |
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