WebSocket Constructor (String, array<String>[]()[][])
   Initializes a new instance of the WebSocket class with
   the specified WebSocket URL and subprotocols.
   
                
    Namespace: 
   WebSocketSharpAssembly: C-DEngine (in C-DEngine.dll)
Exceptions
| Exception | Condition | 
|---|---|
| ArgumentNullException | url is nullNothingnullptra null reference (Nothing in Visual Basic). | 
| ArgumentException | url is invalid. -or- protocols is invalid.  |