Constructor. Unlike original WebSocket it does not immediately open connection. Please call open method to connect.
WebSocket URL.
Whether the server certificate is not verified against the list of supplied CAs. Allow connection to servers with self signed certificates.
Is WebSocket connection closed.
Is WebSocket connection in closing state.
Is WebSocket connection opened.
Is WebSocket connection in opening state.
Closes WebSocket connection.
Opens WebSocket connection.
Returns promised which will be satisfied when the reply is received.
The data to send.
Waits for reply which is not requested by Send. The replies are filtered by the replyId.
Generated using TypeDoc
The WebSockedAsPromised class.