MessageHeaders.CopyTo Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Copies the headers from this collection to an array, starting at a particular index of the array.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- array
- Type:
System.ServiceModel.Channels.MessageHeaderInfo
[]
The one-dimensional array that is the destination of the message header objects copied from this instance. The array must have zero-based indexing.
- index
- Type: System.Int32
The zero-based index in the array at which copying begins.
Show: