Method | Description | |
---|---|---|
Close ( ) : void | ||
Connect ( string url, bool keepAlive = true, bool useSsl = false ) : void | ||
DDPConnector ( IClient client ) : System | ||
Send ( string message ) : void |
Method | Description | |
---|---|---|
_handle_Ping ( string message ) : bool | ||
_socket_MessageReceived ( object sender, WebSocket4Net.MessageReceivedEventArgs e ) : void | ||
_socket_Opened ( object sender, |
||
_wait ( ) : void |
public Connect ( string url, bool keepAlive = true, bool useSsl = false ) : void | ||
url | string | |
keepAlive | bool | |
useSsl | bool | |
return | void |
public DDPConnector ( IClient client ) : System | ||
client | IClient | |
return | System |