API reference
API reference
Select your platform
No SDKs available
No versions available

WebSocket Class

Extends IWebSocket

Events

Properties

WebSocketState State[Get]

Member Functions

WebSocket
( string url,
Dictionary< string, string > headers )
WebSocket
( string url,
string subprotocol,
Dictionary< string, string > headers )
WebSocket
( string url,
List< string > subprotocols,
Dictionary< string, string > headers )
void CancelConnection ( )
async Task Connect ( )
Task Send
( byte [] bytes )
Task SendText
( string message )
async Task Receive ( )
async Task Close ( )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon