MessageHeaders.CopyTo Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Copies the headers from this collection to an array, starting at a particular index of the array.
Namespace: System.ServiceModel.Channels
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Syntax
'Declaration
Public Sub CopyTo ( _
array As MessageHeaderInfo(), _
index As Integer _
)
public void CopyTo(
MessageHeaderInfo[] array,
int index
)
Parameters
- array
Type: array<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.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
XNA Framework
Supported in: Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.