Click or drag to resize

HttpListenerPrefixCollectionGetEnumerator Method

Gets the enumerator used to iterate through the HttpListenerPrefixCollection.

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

Return Value

Type: IEnumeratorString
An IEnumeratorstring instance used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also