메소드 | 설명 | |
---|---|---|
ClientConnectionManager ( string serverName, int serverPort, string hostId ) : System | ||
Dispose ( ) : void | ||
SendToServerAsync ( object payload ) : Task | ||
SetPayloadReceivedAction ( Action |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System |
public SendToServerAsync ( object payload ) : Task | ||
payload | object | |
리턴 | Task |
public SetPayloadReceivedAction ( Action | ||
payloadReceivedAction | Action | |
리턴 | void |