C# 클래스 IrcSharp.Extended.Channel

Represents an irc channel.
상속: IIrcObject, IDisposable
파일 보기 프로젝트 열기: hapm/IrcShark 1 사용 예제들

공개 메소드들

메소드 설명
Channel ( IrcClient Client, String Name ) : System
Channel ( JoinReceivedEventArgs baseArgs ) : System
Dispose ( ) : void
Join ( ) : void

Begin to join this channel.

Part ( ) : void

Beginn to part this channel.

SendMessage ( String Message ) : void

Sends a text message to the channel.

this ( String nick ) : ChannelUser

Gives a ChannelUser for the given nickname if the user is in this channel.

비공개 메소드들

메소드 설명
Client_JoinReceived ( Object sender, JoinReceivedEventArgs e ) : void
Client_KickReceived ( Object sender, KickReceivedEventArgs e ) : void
Client_ModeReceived ( Object sender, ModeReceivedEventArgs e ) : void
Client_NoticeReceived ( Object sender, NoticeReceivedEventArgs e ) : void
Client_NumericReceived ( Object sender, NumericReceivedEventArgs e ) : void
Client_OnTopic ( IrcClient sender, TopicEventArgs e ) : void
Client_PartReceived ( Object sender, PartReceivedEventArgs e ) : void
Client_PrivateMessageReceived ( Object sender, PrivateMessageReceivedEventArgs e ) : void
Client_QuitReceived ( Object sender, QuitReceivedEventArgs e ) : void
NamesListenerValue_NamesEnd ( Object sender, NamesEndEventArgs args ) : void
PrepareChannel ( ) : void
PrepareJoining ( ) : void

메소드 상세

Channel() 공개 메소드

public Channel ( IrcClient Client, String Name ) : System
Client IrcClient
Name String
리턴 System

Channel() 공개 메소드

public Channel ( JoinReceivedEventArgs baseArgs ) : System
baseArgs JoinReceivedEventArgs
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Join() 공개 메소드

Begin to join this channel.
public Join ( ) : void
리턴 void

Part() 공개 메소드

Beginn to part this channel.
public Part ( ) : void
리턴 void

SendMessage() 공개 메소드

Sends a text message to the channel.
public SendMessage ( String Message ) : void
Message String
리턴 void

this() 공개 메소드

Gives a ChannelUser for the given nickname if the user is in this channel.
public this ( String nick ) : ChannelUser
nick String
리턴 ChannelUser