MessageHeaders Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The MessageHeaders type exposes the following members.
| Name | Description | |
|---|---|---|
|
Action | Gets or sets a description of how the message should be processed. |
|
Count | Gets the number of message headers in this collection. |
|
FaultTo | Gets or sets the address of the node to which faults should be sent. |
|
From | Gets or sets the address of the node that sent the message. |
|
Item | Retrieves a header at the given index. |
|
MessageId | Gets or sets the unique ID of the message. |
|
MessageVersion | Gets the SOAP version of the message. |
|
RelatesTo | Gets the IDs of messages that are related to this message. |
|
ReplyTo | Gets or sets the address of the node to which a reply should be sent for a request. |
|
To | Gets or sets the destination endpoint of a message. |
Show: