C# Class Squishy.Irc.Dcc.DccReceiveClient

Inheritance: DccTransferClient
Afficher le fichier Open project: jaddie/WCell-Utility-Bot Class Usage Examples

Méthodes publiques

Méthode Description
DccReceiveClient ( Dcc dcc, IrcUser user, Socket sock, IPEndPoint addr, FileInfo file, long totalSize ) : System
DccReceiveClient ( Dcc dcc, IrcUser user, Socket sock, IPEndPoint addr, FileInfo file, long totalSize, System.TimeSpan timeout ) : System

Méthodes protégées

Méthode Description
Cleanup ( ) : void
DoTransfer ( ) : void

Private Methods

Méthode Description
Accept ( long pos ) : void
AfterConnect ( ) : void
OnConnect ( IAsyncResult ar ) : void
OnReceive ( IAsyncResult ar ) : void
OnTimeout ( object sender, System.Timers.ElapsedEventArgs info ) : void

Method Details

Cleanup() protected méthode

protected Cleanup ( ) : void
Résultat void

DccReceiveClient() public méthode

public DccReceiveClient ( Dcc dcc, IrcUser user, Socket sock, IPEndPoint addr, FileInfo file, long totalSize ) : System
dcc Dcc
user IrcUser
sock Socket
addr System.Net.IPEndPoint
file System.IO.FileInfo
totalSize long
Résultat System

DccReceiveClient() public méthode

public DccReceiveClient ( Dcc dcc, IrcUser user, Socket sock, IPEndPoint addr, FileInfo file, long totalSize, System.TimeSpan timeout ) : System
dcc Dcc
user IrcUser
sock Socket
addr System.Net.IPEndPoint
file System.IO.FileInfo
totalSize long
timeout System.TimeSpan
Résultat System

DoTransfer() protected méthode

protected DoTransfer ( ) : void
Résultat void