C# Class Tce.RpcConnectionAsyncSocket

Inheritance: RpcConnectionSocket
Afficher le fichier Open project: adoggie/TCE Class Usage Examples

Méthodes publiques

Méthode Description
RpcConnectionAsyncSocket ( RpcEndpointSocket ep ) : System
RpcConnectionAsyncSocket ( string host, int port, bool ssl ) : System

Méthodes protégées

Méthode Description
connect ( ) : bool
onConnected ( ) : void
onDisconnected ( ) : void
sendBufferredMsg ( ) : bool
sendDetail ( RpcMessage m ) : bool

Private Methods

Méthode Description
dataRecieve ( IAsyncResult ar ) : void

Method Details

RpcConnectionAsyncSocket() public méthode

public RpcConnectionAsyncSocket ( RpcEndpointSocket ep ) : System
ep RpcEndpointSocket
Résultat System

RpcConnectionAsyncSocket() public méthode

public RpcConnectionAsyncSocket ( string host, int port, bool ssl ) : System
host string
port int
ssl bool
Résultat System

connect() protected méthode

protected connect ( ) : bool
Résultat bool

onConnected() protected méthode

protected onConnected ( ) : void
Résultat void

onDisconnected() protected méthode

protected onDisconnected ( ) : void
Résultat void

sendBufferredMsg() protected méthode

protected sendBufferredMsg ( ) : bool
Résultat bool

sendDetail() protected méthode

protected sendDetail ( RpcMessage m ) : bool
m RpcMessage
Résultat bool