Method | Description | |
---|---|---|
ConnectAsync ( Target target ) : Task |
Attempts to asynchronously connect to target.
|
|
DisconnectAsync ( ) : Task |
Disconnects from the server.
|
|
DisconnectAsync ( ConnectionResult reason, string customReason = null ) : Task | ||
TempestClient ( IClientConnection connection, MessageTypes mtypes ) : System |
Method | Description | |
---|---|---|
OnConnected ( |
||
OnDisconnected ( |
||
OnPropertyChanged ( |
Method | Description | |
---|---|---|
ConnectionOnMessageReceived ( object sender, |
||
DisconnectAsyncCore ( ConnectionResult reason, string customReason ) : Task | ||
MessageRunner ( ) : void | ||
OnConnectionConnected ( object sender, |
||
OnConnectionDisconnected ( object sender, Tempest.DisconnectedEventArgs e ) : void |
public ConnectAsync ( Target target ) : Task |
||
target | Target | The target to connect to. |
return | Task |
public DisconnectAsync ( ConnectionResult reason, string customReason = null ) : Task | ||
reason | ConnectionResult | |
customReason | string | |
return | Task |
protected OnConnected ( |
||
e | ||
return | void |
protected OnDisconnected ( |
||
e | ||
return | void |
protected OnPropertyChanged ( |
||
e | ||
return | void |
public TempestClient ( IClientConnection connection, MessageTypes mtypes ) : System | ||
connection | IClientConnection | |
mtypes | MessageTypes | |
return | System |