HttpListenerPrefixCollection..::..Add Method
Adds the specified uriPrefix to the collection.
Namespace:
WebSocketSharp.NetAssembly: C-DEngine (in C-DEngine.dll)
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | uriPrefix is nullNothingnullptra null reference (Nothing in Visual Basic). |
ArgumentException | uriPrefix is invalid. |
ObjectDisposedException | The HttpListener associated with this collection is closed. |