Method | Description | |
---|---|---|
RpcConnectionAsyncSocket ( |
||
RpcConnectionAsyncSocket ( string host, int port, bool ssl ) : System |
Method | Description | |
---|---|---|
connect ( ) : bool | ||
onConnected ( ) : void | ||
onDisconnected ( ) : void | ||
sendBufferredMsg ( ) : bool | ||
sendDetail ( |
Method | Description | |
---|---|---|
dataRecieve ( IAsyncResult ar ) : void |
public RpcConnectionAsyncSocket ( |
||
ep | ||
return | System |
public RpcConnectionAsyncSocket ( string host, int port, bool ssl ) : System | ||
host | string | |
port | int | |
ssl | bool | |
return | System |