Property | Type | Description | |
---|---|---|---|
ConnectCompleted | void | ||
GetConnectFromError | ConnectionResult | ||
OnActivityTimer | void | ||
OnConnected | void | ||
OnConnectionFailed | void |
Method | Description | |
---|---|---|
ConnectAsync ( Target target, MessageTypes messageTypes ) : Task |
||
NetworkClientConnection ( IEnumerable |
||
NetworkClientConnection ( IEnumerable |
||
NetworkClientConnection ( Protocol protocol ) : System | ||
NetworkClientConnection ( Protocol protocol, RSAAsymmetricKey authKey ) : System |
Method | Description | |
---|---|---|
OnDisconnected ( DisconnectedEventArgs e ) : void | ||
OnTempestMessageReceived ( MessageEventArgs e ) : void | ||
Recycle ( ) : void |
Method | Description | |
---|---|---|
ConnectCompleted ( object sender, |
||
GetConnectFromError ( SocketError error ) : ConnectionResult | ||
OnActivityTimer ( object sender, |
||
OnConnected ( ClientConnectionEventArgs e ) : void | ||
OnConnectionFailed ( ClientConnectionEventArgs e ) : void |
public ConnectAsync ( Target target, MessageTypes messageTypes ) : Task |
||
target | Target | |
messageTypes | MessageTypes | |
return | Task |
public NetworkClientConnection ( IEnumerable |
||
protocols | IEnumerable |
|
return | System |
public NetworkClientConnection ( IEnumerable |
||
protocols | IEnumerable |
|
authKey | RSAAsymmetricKey | |
return | System |
public NetworkClientConnection ( Protocol protocol ) : System | ||
protocol | Protocol | |
return | System |
public NetworkClientConnection ( Protocol protocol, RSAAsymmetricKey authKey ) : System | ||
protocol | Protocol | |
authKey | RSAAsymmetricKey | |
return | System |
protected OnDisconnected ( DisconnectedEventArgs e ) : void | ||
e | DisconnectedEventArgs | |
return | void |
protected OnTempestMessageReceived ( MessageEventArgs e ) : void | ||
e | MessageEventArgs | |
return | void |