AddressHeader Class
Represents a header that encapsulates an address information item used to identify or interact with an endpoint.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | AddressHeader() | Initializes a new instance of the AddressHeader class. |
| 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. |
![]() | Equals(Object^) | Determines whether the information item in a specified object is equal to the object contained in the current address header.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetAddressHeaderReader() | Returns an XML reader that can serialize the current address header object. |
![]() | GetHashCode() | Provides a unique hash code for an address header. (Overrides Object::GetHashCode().) |
![]() | GetType() | |
![]() | 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. |
![]() | MemberwiseClone() | |
![]() | OnWriteAddressHeaderContents(XmlDictionaryWriter^) | When overridden in a derived class, is invoked when the address header contents are written to a stream or file. |
![]() | OnWriteStartAddressHeader(XmlDictionaryWriter^) | When overridden in a derived class, is invoked when the address header contents begin to be written to a stream or file. |
![]() | ToMessageHeader() | Wraps the address header as a message header. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | WriteAddressHeader(XmlDictionaryWriter^) | Writes the address header to a stream or file using a specified XmlDictionaryWriter. |
![]() | WriteAddressHeader(XmlWriter^) | Writes the address header to a stream or file using a specified XmlWriter. |
![]() | WriteAddressHeaderContents(XmlDictionaryWriter^) | Writes the address header contents to a stream or file. |
![]() | WriteStartAddressHeader(XmlDictionaryWriter^) | Starts to write the address header contents to a stream or file. |
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



