Represents an ordered collection of SIP headers.

This class implements the IEnumerableand ICollectioninterfaces.

The HeaderCollectionclass is derived from the System.Objectclass.

Inheritance hierarchy

System . . :: . . Object
   Microsoft.Rtc.Sip . . :: . . HeaderCollection

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
NotInheritable 
Class 
HeaderCollection _
	
Implements 
ICollection, 
IEnumerable
Visual Basic (usage)
Dim 
instance 
As 
HeaderCollection
C#
public 
sealed 
class 
HeaderCollection : 
ICollection, 
	
IEnumerable

Thread safety

Any public static( Sharedin Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also