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

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

공개 메소드들

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

Initializes a new instance of the QuitReceivedEventArgs class.

QuitReceivedEventArgs ( UserInfo user, string message ) : System

Initializes a new instance of the QuitReceivedEventArgs class.

메소드 상세

QuitReceivedEventArgs() 공개 메소드

Initializes a new instance of the QuitReceivedEventArgs class.
public QuitReceivedEventArgs ( IrcLine line ) : System
line IrcLine The line containing the quit command.
리턴 System

QuitReceivedEventArgs() 공개 메소드

Initializes a new instance of the QuitReceivedEventArgs class.
public QuitReceivedEventArgs ( UserInfo user, string message ) : System
user UserInfo The user, that quited.
message string The message the user sent when quitting.
리턴 System