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
.NET Framework (current version)
Deserializes the information item from the current address header object.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | GetValue<T>() | Deserializes the information item from the current address header to an object of a specified type. |
![]() | GetValue<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.
Show:
