HeaderCollection.RemoveAt(Int32) method

 
Microsoft Office Live Communications Server 2005 with SP1

HeaderCollection.RemoveAt

The RemoveAt method removes the header at the specified index from the collection.

[C#]public void RemoveAt(Int32index);
[Visual Basic .NET]Public Sub RemoveAt( _
  ByVal index As Int32 _
)

Parameters

  • index
    Specifies the index of a header in the collection to be removed.

Return Values

This method has no return values.

Requirements

Redistributable: Requires Microsoft Office Live Communications Server 2005 with SP1.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)

See Also

HeaderCollection.Remove, Header, HeaderCollection

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