C# Class Tce.RpcConnectionAsyncSocket

Inheritance: RpcConnectionSocket
ファイルを表示 Open project: adoggie/TCE Class Usage Examples

Public Methods

Method Description
RpcConnectionAsyncSocket ( RpcEndpointSocket ep ) : System
RpcConnectionAsyncSocket ( string host, int port, bool ssl ) : System

Protected Methods

Method Description
connect ( ) : bool
onConnected ( ) : void
onDisconnected ( ) : void
sendBufferredMsg ( ) : bool
sendDetail ( RpcMessage m ) : bool

Private Methods

Method Description
dataRecieve ( IAsyncResult ar ) : void

Method Details

RpcConnectionAsyncSocket() public method

public RpcConnectionAsyncSocket ( RpcEndpointSocket ep ) : System
ep RpcEndpointSocket
return System

RpcConnectionAsyncSocket() public method

public RpcConnectionAsyncSocket ( string host, int port, bool ssl ) : System
host string
port int
ssl bool
return System

connect() protected method

protected connect ( ) : bool
return bool

onConnected() protected method

protected onConnected ( ) : void
return void

onDisconnected() protected method

protected onDisconnected ( ) : void
return void

sendBufferredMsg() protected method

protected sendBufferredMsg ( ) : bool
return bool

sendDetail() protected method

protected sendDetail ( RpcMessage m ) : bool
m RpcMessage
return bool