MessageHeader<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the content of a SOAP header.
generic <typename T>
public ref class MessageHeader
public class MessageHeader<T>
type MessageHeader<'T> = class
Public Class MessageHeader(Of T)
Type Parameters
- T
The message header type.
- Inheritance
-
MessageHeader<T>
Remarks
A message header contains optional metadata that describe a message, encapsulated by the Message class.
Constructors
MessageHeader<T>() |
Initializes a new instance of the MessageHeader<T> class. |
MessageHeader<T>(T) |
Initializes a new instance of the MessageHeader<T> class with the specified header content. |
MessageHeader<T>(T, Boolean, String, Boolean) |
Initializes a new instance of the MessageHeader<T> class with the specified header content and metadata. |
Properties
Actor |
Gets or sets the targeted recipient of the message header. |
Content |
Gets or sets the content of the header. |
MustUnderstand |
Gets or sets a value that indicates whether the header must be understood, as stated in the SOAP 1.1/1.2 specification. |
Relay |
Gets a value that indicates whether the header should be relayed. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
GetUntypedHeader(String, String) |
Gets the message header with the specified namespace and local name. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |