AddressingHeaders Members
Represents the WS-Addressing headers associated with a SOAP message.
The following tables list the members exposed by the AddressingHeaders type.
Public Constructors
Name | Description | |
---|---|---|
AddressingHeaders | Overloaded. Initializes a new instance of the AddressingHeaders class. |
Top
Public Properties
Name | Description | |
---|---|---|
Action | Gets or sets the semantics of the message. | |
Destination | Gets or sets the address of the intended receiver of a SOAP message. | |
FaultTo | Gets or sets the fault endpoint of the message. | |
From | Gets or sets the source endpoint of the message. | |
MessageID | Gets the unique identifier of the message. | |
MustUnderstand | Gets or sets a value indicating whether all of the WS-Adressing SOAP headers must be understood. | |
RelatesTo | Gets or sets the unique identifier of a message that is related to the current message. | |
ReplyTo | Gets or sets the reply endpoint of the message. | |
To | Gets or sets the destination of the message. | |
Via | Gets or sets an intermediary through which a SOAP message is sent. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Clear | Sets all the members of the AddressingHeaders object to null . | |
Clone | Returns a new AddressingHeaders with the same property values as the current one. | |
Defaults | Sets all members to their default values. | |
Equals | Overloaded. (Inherited from Object ) | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
GetXml | Adds the addressing headers contained in the AddressingHeaders object to the specified SoapEnvelope . | |
Load | Parses the specified SOAP envelope for addressing headers and assigns their values to the corresponding properties of the AddressingHeaders object. | |
ReferenceEquals | (Inherited from Object ) | |
RemoveXml | Removes the addressing headers contained in the AddressingHeaders object from the specified SoapEnvelope . | |
SetFaultResponseHeaders | Sets the addressing headers for a fault response based on the specified source AddressingHeaders . | |
SetRequestHeaders | Sets the addressing headers for a normal request based on the specified source Via. | |
SetResponseHeaders | Sets the addressing headers for a normal response based on the specified source AddressingHeaders. | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
AddressingHeaders Class
Microsoft.Web.Services3.Addressing Namespace