HeaderCollection.Add
The Add method adds the specific header to the collection.
Syntax
[C#]
Copy Code | |
---|---|
public Int32 Add( Header h ); |
Syntax
[Visual Basic .NET]
Copy Code | |
---|---|
Public Function Add( _ ByVal h As Header _ ) As Int32 |
Parameters
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)