C# 클래스 Squishy.Irc.Dcc.DccChatClient

상속: Squishy.Irc.Dcc.DccClient
파일 보기 프로젝트 열기: jaddie/WCell-Utility-Bot 1 사용 예제들

공개 메소드들

메소드 설명
Send ( string line ) : void

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

보호된 메소드들

메소드 설명
Cleanup ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Cleanup() 보호된 메소드

protected Cleanup ( ) : void
리턴 void

Send() 공개 메소드

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