MessageHeaders.Item Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Retrieves a header at the given index.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- index
- Type: System.Int32
Zero-based index of the list of headers.
Property Value
Type: System.ServiceModel.Channels.MessageHeaderInfoThe MessageHeaderInfo in the collection. If index is greater than or equal to the number of headers in the list, this returns Nothing.
Show: