C-DEngine 5.105

HttpListenerPrefixCollection..::..GetEnumerator Method

Gets the enumerator used to iterate through the HttpListenerPrefixCollection.

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public IEnumerator<string> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of String)
public:
IEnumerator<String^>^ GetEnumerator()

Return Value

An IEnumerator{string} instance used to iterate through the collection.