C# 클래스 IrcShark.Chatting.Irc.JoinReceivedEventArgs

The JoinReceivedEventArgs belongs to the IrcClient.JoinReceivedEventHandler and the IrcClient.JoinReceived event.
상속: IrcEventArgs
파일 보기 프로젝트 열기: hapm/IrcShark 1 사용 예제들

공개 메소드들

메소드 설명
JoinReceivedEventArgs ( IrcLine line ) : System

Initializes a new instance of the JoinReceivedEventArgs class.

JoinReceivedEventArgs ( string channelName, UserInfo joinedUser ) : System

Initializes a new instance of the JoinReceivedEventArgs class.

메소드 상세

JoinReceivedEventArgs() 공개 메소드

Initializes a new instance of the JoinReceivedEventArgs class.
public JoinReceivedEventArgs ( IrcLine line ) : System
line IrcLine The line to create the event args from.
리턴 System

JoinReceivedEventArgs() 공개 메소드

Initializes a new instance of the JoinReceivedEventArgs class.
public JoinReceivedEventArgs ( string channelName, UserInfo joinedUser ) : System
channelName string The name of the joined channel.
joinedUser UserInfo The UserInfo for the joined user.
리턴 System