C# 클래스 XG.Plugin.Irc.IrcConnection

상속: Connection
파일 보기 프로젝트 열기: lformella/xdcc-grabscher 1 사용 예제들

공개 메소드들

메소드 설명
AddBotToQueue ( Bot aBot, int aInt ) : void
AddChannelToQueue ( Model aChannel, int aInt ) : void
Disconnect ( ) : void
ParseXdccFile ( string aNick, string aLines ) : void
TriggerTimerRun ( ) : void

보호된 메소드들

메소드 설명
StartRun ( ) : void
StopRun ( ) : void

비공개 메소드들

메소드 설명
CheckIfUserShouldVersioned ( Model aChannel, string aUser ) : void
ClientOnBotJoined ( object sender, EventArgs e ) : void
ClientOnChannelJoined ( object sender, EventArgs e ) : void
ClientOnConnected ( object sender, EventArgs e ) : void
ClientOnDisconnected ( object sender, EventArgs e ) : void
ClientOnMessage ( object sender, EventArgs e ) : void
ClientOnQueueChannel ( object sender, int>.EventArgs e ) : void
ClientOnReadLine ( object sender, EventArgs e ) : void
ClientOnUserJoined ( object sender, string>.EventArgs e ) : void
EnabledChanged ( object aSender, EventArgs aEventArgs ) : void
ParserOnJoinChannel ( object aSender, string>.EventArgs aEventArgs ) : void
ParserOnJoinChannelsFromBot ( object aSender, EventArgs aEventArgs ) : void
ParserOnQueueRequestFromBot ( object aSender, int>.EventArgs aEventArgs ) : void
ParserOnSendMessage ( object aSender, EventArgs aEventArgs ) : void
ParserOnUnRequestFromBot ( Bot aBot ) : void
ParserOnUnRequestFromBot ( object aSender, EventArgs aEventArgs ) : void
ParserOnWriteLine ( object aSender, string>.EventArgs aEventArgs ) : void
ParserOnXdccList ( object aSender, EventArgs aEventArgs ) : void
RequestFromBot ( Bot aBot ) : void
TriggerBotRun ( ) : void
TriggerChannelMessageRun ( ) : void
TriggerChannelRun ( ) : void
TriggerVersionRun ( ) : void
TriggerXdccListRun ( ) : void

메소드 상세

AddBotToQueue() 공개 메소드

public AddBotToQueue ( Bot aBot, int aInt ) : void
aBot XG.Model.Domain.Bot
aInt int
리턴 void

AddChannelToQueue() 공개 메소드

public AddChannelToQueue ( Model aChannel, int aInt ) : void
aChannel Model
aInt int
리턴 void

Disconnect() 공개 메소드

public Disconnect ( ) : void
리턴 void

ParseXdccFile() 공개 메소드

public ParseXdccFile ( string aNick, string aLines ) : void
aNick string
aLines string
리턴 void

StartRun() 보호된 메소드

protected StartRun ( ) : void
리턴 void

StopRun() 보호된 메소드

protected StopRun ( ) : void
리턴 void

TriggerTimerRun() 공개 메소드

public TriggerTimerRun ( ) : void
리턴 void