AddressHeader::CreateAddressHeader Method
Creates a new instance of the AddressHeader class.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreateAddressHeader(Object^) | Creates a new instance of the AddressHeader class with a specified value. |
![]() ![]() | CreateAddressHeader(Object^, XmlObjectSerializer^) | Creates a new instance of the AddressHeader class using a specified formatter to serialize the information item from a specified object. |
![]() ![]() | CreateAddressHeader(String^, String^, Object^) | Creates a new instance of the AddressHeader class with a specified value, name and namespace. |
![]() ![]() | CreateAddressHeader(String^, String^, Object^, XmlObjectSerializer^) | Creates a new instance of the AddressHeader class with a specified name and namespace that uses a specified formatter to serialize the information item from a specified object. |
The object that contains the information item is serialized into the address header by an XmlObjectSerializer object.

