C# Class Squishy.Irc.Dcc.DccSendClient

Inheritance: DccTransferClient
Mostrar archivo Open project: jaddie/WCell-Utility-Bot Class Usage Examples

Public Methods

Method Description
DccSendClient ( Dcc dcc, IrcUser user, FileInfo file, System.TimeSpan timeout, int port ) : System

Protected Methods

Method Description
DoTransfer ( ) : void

Private Methods

Method Description
OnSend ( IAsyncResult ar ) : void
SetPos ( long pos ) : void
Start ( ) : void

Method Details

DccSendClient() public method

public DccSendClient ( Dcc dcc, IrcUser user, FileInfo file, System.TimeSpan timeout, int port ) : System
dcc Dcc
user IrcUser
file System.IO.FileInfo
timeout System.TimeSpan
port int
return System

DoTransfer() protected method

protected DoTransfer ( ) : void
return void