Share via


HeaderCollection.Add(Header) method

 
Microsoft Office Live Communications Server 2005 with SP1

HeaderCollection.Add

The Add method adds the specific header to the collection.

[C#]
public Int32 Add(
Header h
);

  [Visual Basic .NET]
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 Office Live Communications Server 2005 with SP1.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)

See Also

Header, HeaderCollection

  
  What did you think of this topic?
  © 2008 Microsoft Corporation. All rights reserved.