MessageHeaders::GetHeader Method
Retrieves a message header in this collection.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | GetHeader<T>(Int32) | Retrieves a message header at a specific position in this collection. |
![]() | GetHeader<T>(Int32, XmlObjectSerializer^) | Retrieves a message header at a specific position in this collection. |
![]() | GetHeader<T>(String^, String^) | Finds a message header in this collection by the specified LocalName and namespace URI of the header element. |
![]() | GetHeader<T>(String^, String^, array<String^>^) | Retrieves a message header in this collection by the specified LocalName, namespace URI and actors of the header element. |
![]() | GetHeader<T>(String^, String^, XmlObjectSerializer^) | Retrieves a message header in this collection by the specified LocalName, namespace URI and serializer. |
