Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Creates a new message header.

Namespace:   System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateHeader(String^, String^, Object^)

Creates a new message header with the specified data.

System_CAPS_pubmethodSystem_CAPS_staticCreateHeader(String^, String^, Object^, Boolean)

Creates a new message header with the specified data.

System_CAPS_pubmethodSystem_CAPS_staticCreateHeader(String^, String^, Object^, Boolean, String^)

Creates a new message header with the specified data.

System_CAPS_pubmethodSystem_CAPS_staticCreateHeader(String^, String^, Object^, Boolean, String^, Boolean)

Creates a new message header with the specified data.

System_CAPS_pubmethodSystem_CAPS_staticCreateHeader(String^, String^, Object^, XmlObjectSerializer^)

Creates a header from an object to be serialized using the XmlFormatter.

System_CAPS_pubmethodSystem_CAPS_staticCreateHeader(String^, String^, Object^, XmlObjectSerializer^, Boolean)

Creates a new message header with the specified data.

System_CAPS_pubmethodSystem_CAPS_staticCreateHeader(String^, String^, Object^, XmlObjectSerializer^, Boolean, String^)

Creates a new message header with the specified data.

System_CAPS_pubmethodSystem_CAPS_staticCreateHeader(String^, String^, Object^, XmlObjectSerializer^, Boolean, String^, Boolean)

Creates a new message header with the specified data.

Return to top
Show:
© 2017 Microsoft