HeaderCollection.Add

The Add method adds the specific header to the collection.

Syntax

[C#]

  Copy imageCopy Code
public Int32 Add(
  Header h
);

Syntax

[Visual Basic .NET]

  Copy imageCopy Code
Public Function Add( _
  ByVal h As Header _
) As Int32

Parameters

h

Specifies the header to add to the collection.

Return Values

Returns the index of the newly added header within the collection.

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also