C# Class Engine.Network.AsyncClient

Клиентское соединение.
Inheritance: Connection
Mostra file Open project: Nirklav/TCPChat Class Usage Examples

Private Methods

Method Description
AsyncClient ( string nick ) : System
Clean ( ) : void
Connect ( IPEndPoint serverAddress ) : void
DisposeManagedResources ( ) : void
OnConnected ( IAsyncResult result ) : void
OnError ( Exception e ) : void
OnInfoReceived ( Engine.Network.Connections.ConnectionInfo info ) : void
OnPackageReceived ( PackageReceivedEventArgs e ) : void
OnPackageSent ( PackageSendedEventArgs args ) : void
OnSocketException ( SocketException se ) : bool
OnTimer ( object state ) : void
TryReconnect ( ) : void
TrySendPingRequest ( ) : void