Méthode | Description | |
---|---|---|
ClientConnectionManager ( string serverName, int serverPort, string hostId ) : System | ||
Dispose ( ) : void | ||
SendToServerAsync ( object payload ) : Task | ||
SetPayloadReceivedAction ( Action |
Méthode | Description | |
---|---|---|
ConnectorWorker ( |
||
SendConnectMessageAsync ( ) : Task | ||
SendToServerAsync ( Model message ) : Task | ||
Socket_DataReceived ( IAsyncResult result ) : void |
public ClientConnectionManager ( string serverName, int serverPort, string hostId ) : System | ||
serverName | string | |
serverPort | int | |
hostId | string | |
Résultat | System |
public SendToServerAsync ( object payload ) : Task | ||
payload | object | |
Résultat | Task |
public SetPayloadReceivedAction ( Action | ||
payloadReceivedAction | Action | |
Résultat | void |