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.

MessageHeaders::GetHeader Method

 

Retrieves a message header in this collection.

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

NameDescription
System_CAPS_pubmethodGetHeader<T>(Int32)

Retrieves a message header at a specific position in this collection.

System_CAPS_pubmethodGetHeader<T>(Int32, XmlObjectSerializer^)

Retrieves a message header at a specific position in this collection.

System_CAPS_pubmethodGetHeader<T>(String^, String^)

Finds a message header in this collection by the specified LocalName and namespace URI of the header element.

System_CAPS_pubmethodGetHeader<T>(String^, String^, array<String^>^)

Retrieves a message header in this collection by the specified LocalName, namespace URI and actors of the header element.

System_CAPS_pubmethodGetHeader<T>(String^, String^, XmlObjectSerializer^)

Retrieves a message header in this collection by the specified LocalName, namespace URI and serializer.

Return to top
Show:
© 2017 Microsoft