MessageHeader Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The MessageHeader type exposes the following members.
| Name | Description | |
|---|---|---|
|
Actor | Gets or sets the targeted recipient of the message header. (Overrides MessageHeaderInfo.Actor.) |
|
IsReferenceParameter | Gets a value that specifies whether this message header contains reference parameters of an endpoint reference. (Overrides MessageHeaderInfo.IsReferenceParameter.) |
|
MustUnderstand | Gets or sets a value that indicates whether the header must be understood, according to SOAP 1.1 or 1.2 specification. (Overrides MessageHeaderInfo.MustUnderstand.) |
|
Name | Gets the name of the message header. (Inherited from MessageHeaderInfo.) |
|
Namespace | Gets the namespace of the message header. (Inherited from MessageHeaderInfo.) |
|
Relay | Gets a value that indicates whether the header should be relayed. (Overrides MessageHeaderInfo.Relay.) |
Show: