C# Class Squishy.Irc.Dcc.DccChatClient

Inheritance: Squishy.Irc.Dcc.DccClient
Mostra file Open project: jaddie/WCell-Utility-Bot Class Usage Examples

Public Methods

Method Description
Send ( string line ) : void

Immediately sends line+"\n" to the remote side when it is connected.

Protected Methods

Method Description
Cleanup ( ) : void

Private Methods

Method Description
AfterConnect ( ) : void
DccChatClient ( Dcc dcc, IrcUser user, IPEndPoint ep ) : System
DccChatClient ( Dcc dcc, IrcUser user, System.TimeSpan timeout, int port ) : System
OnConnnect ( IAsyncResult ar ) : void
OnReceive ( IAsyncResult ar ) : void
OnSend ( IAsyncResult ar ) : void
Receive ( ) : void
Start ( ) : void

Method Details

Cleanup() protected method

protected Cleanup ( ) : void
return void

Send() public method

Immediately sends line+"\n" to the remote side when it is connected.
public Send ( string line ) : void
line string
return void