WSESoapHeader Members
Represents a SOAP header.
The following tables list the members exposed by the WSESoapHeader type.
Protected Constructors
Name | Description | |
---|---|---|
WSESoapHeader | Initializes a new instance of the WSESoapHeader class. |
Top
Public Properties
Name | Description | |
---|---|---|
Actor | Gets or sets the recipient of the SOAP header. | |
DidUnderstand | Gets or sets a value indicating whether a Web service method properly processed a SOAP header. | |
EncodedMustUnderstand | Gets or sets the value of the mustUnderstand XML attribute for the SOAP header when communicating with SOAP protocol. | |
EncodedRelay | Gets or sets the relay attribute of the SOAP 1.2 header. | |
MustUnderstand | Gets or sets a value indicating whether the SOAP header must be understood. | |
Relay | Gets or sets a value that indicates whether the SOAP header is to be relayed to the next SOAP node if the current node does not understand the header. |
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 ) | |
GetAttributeXml | Sets the actor, mustUnderstand, and relay attributes on the specified XML element using the Actor, MustUnderstand, and Relay properties. | |
LoadAttributeXml | Gets the actor, mustUnderstand, and relay attributes on the specified XML element to set the Actor, MustUnderstand, and Relay properties. | |
MemberwiseClone | (Inherited from Object ) |
Top