The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
MessageHeader::CreateHeader Method
.NET Framework (current version)
Creates a new message header.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreateHeader(String^, String^, Object^) | Creates a new message header with the specified data. |
![]() ![]() | CreateHeader(String^, String^, Object^, Boolean) | Creates a new message header with the specified data. |
![]() ![]() | CreateHeader(String^, String^, Object^, Boolean, String^) | Creates a new message header with the specified data. |
![]() ![]() | CreateHeader(String^, String^, Object^, Boolean, String^, Boolean) | Creates a new message header with the specified data. |
![]() ![]() | CreateHeader(String^, String^, Object^, XmlObjectSerializer^) | Creates a header from an object to be serialized using the XmlFormatter. |
![]() ![]() | CreateHeader(String^, String^, Object^, XmlObjectSerializer^, Boolean) | Creates a new message header with the specified data. |
![]() ![]() | CreateHeader(String^, String^, Object^, XmlObjectSerializer^, Boolean, String^) | Creates a new message header with the specified data. |
![]() ![]() | CreateHeader(String^, String^, Object^, XmlObjectSerializer^, Boolean, String^, Boolean) | Creates a new message header with the specified data. |
Show:

