HeaderCollection.GetEnumerator

The GetEnumerator method obtains an enumerator for the header collection.

Syntax

[C#]

  Copy imageCopy Code
public IEnumerator GetEnumerator();

Syntax

[Visual Basic .NET]

  Copy imageCopy Code
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