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::GetValue Method

 

Deserializes the information item from the current address header object.

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

NameDescription
System_CAPS_pubmethodGetValue<T>()

Deserializes the information item from the current address header to an object of a specified type.

System_CAPS_pubmethodGetValue<T>(XmlObjectSerializer^)

Deserializes the information item from the current address header to an object of a specified type that uses a specified formatter to serialize this information.

Use the GetValue<T>(XmlObjectSerializer^) overload if you want to use a customized XML formatter; otherwise use the GetValue<T>() overload.

Return to top
Show:
© 2017 Microsoft