HttpServer Constructor (String)
Initializes a new instance of the HttpServer class with
the specified HTTP URL.
Namespace:
WebSocketSharp.ServerAssembly: C-DEngine (in C-DEngine.dll)
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | url is nullNothingnullptra null reference (Nothing in Visual Basic). |
ArgumentException | url is empty. -or- url is invalid. |