Click or drag to resize

HttpListenerPrefixCollectionClear Method

Removes all URI prefixes from the collection.

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public void Clear()

Implements

ICollectionTClear
Exceptions
ExceptionCondition
ObjectDisposedException The HttpListener associated with this collection is closed.
See Also