C# 클래스 Yaircc.Net.IRC.KillMessage

Represents a KILL command.
상속: Message
파일 보기 프로젝트 열기: rastating/yaircc

공개 메소드들

메소드 설명
KillMessage ( ) : System

Initialises a new instance of the KillMessage class.

KillMessage ( string nickname, string comment ) : System

Initialises a new instance of the KillMessage class.

메소드 상세

KillMessage() 공개 메소드

Initialises a new instance of the KillMessage class.
public KillMessage ( ) : System
리턴 System

KillMessage() 공개 메소드

Initialises a new instance of the KillMessage class.
public KillMessage ( string nickname, string comment ) : System
nickname string The nick name of the user to remove from the network.
comment string The reason behind removing the user.
리턴 System