MessageHeaders.Insert Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Inserts a message header into the collection at the specified index.
Namespace:  System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)
Syntax
'Declaration
Public Sub Insert ( _
    headerIndex As Integer, _
    header As MessageHeader _
)
public void Insert(
    int headerIndex,
    MessageHeader header
)
Parameters
- headerIndex
 Type: System.Int32
 The zero-based index at which header should be inserted.
- header
 Type: System.ServiceModel.Channels.MessageHeader
 A message header to insert.
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.