Click or drag to resize

WebHeaderCollectionGetEnumerator Method

Gets the enumerator used to iterate through the collection.

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public override IEnumerator GetEnumerator()

Return Value

Type: IEnumerator
An IEnumerator instance used to iterate through the collection.

Implements

IEnumerableGetEnumerator
See Also