Share via


HeaderCollection.GetEnumerator

HeaderCollection.GetEnumerator

The GetEnumerator method obtains an enumerator for the header collection.

Syntax

[C#]

public IEnumerator GetEnumerator();

Syntax

[Visual Basic .NET]

Public Function GetEnumerator() As IEnumerator

Parameters

This method has no parameters.

Return Values

Returns an IEnumerator interface that can be used to iterate through the header collection.

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also

Concepts

HeaderCollection