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.

AddressHeader::CreateAddressHeader Method

 

Creates a new instance of the AddressHeader class.

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateAddressHeader(Object^)

Creates a new instance of the AddressHeader class with a specified value.

System_CAPS_pubmethodSystem_CAPS_staticCreateAddressHeader(Object^, XmlObjectSerializer^)

Creates a new instance of the AddressHeader class using a specified formatter to serialize the information item from a specified object.

System_CAPS_pubmethodSystem_CAPS_staticCreateAddressHeader(String^, String^, Object^)

Creates a new instance of the AddressHeader class with a specified value, name and namespace.

System_CAPS_pubmethodSystem_CAPS_staticCreateAddressHeader(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.

Return to top
Show:
© 2017 Microsoft