HeaderCollection.Insert(Int32, Header) Method

Definition

Inserts an item to the list at the specified position.

public:
 void Insert(int index, Microsoft::Rtc::Sip::Header ^ h);
public void Insert (int index, Microsoft.Rtc.Sip.Header h);
Public Sub Insert (index As Integer, h As Header)

Parameters

index
Int32
h
Header

Applies to