Property | Type | Description | |
---|---|---|---|
websocket |
Method | Description | |
---|---|---|
Close ( ) : void | ||
Dispose ( ) : void | ||
Link ( ) : void |
Factory Initializer
|
|
Open ( string url, string protocol = null, string authToken = null ) : void | ||
Send ( string message ) : void |
Method | Description | |
---|---|---|
Websocket_Closed ( object sender, |
||
Websocket_Error ( object sender, SuperSocket.ClientEngine.ErrorEventArgs e ) : void | ||
Websocket_MessageReceived ( object sender, WebSocket4Net.MessageReceivedEventArgs e ) : void | ||
Websocket_Opened ( object sender, |
public Open ( string url, string protocol = null, string authToken = null ) : void | ||
url | string | |
protocol | string | |
authToken | string | |
return | void |