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

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

공개 메소드들

메소드 설명
SummonMessage ( string user )

Initialises a new instance of the SummonMessage class.

SummonMessage ( string user, string target )

Initialises a new instance of the SummonMessage class.

SummonMessage ( string user, string target, string channel )

Initialises a new instance of the SummonMessage class.

메소드 상세

SummonMessage() 공개 메소드

Initialises a new instance of the SummonMessage class.
public SummonMessage ( string user )
user string The user to summon.

SummonMessage() 공개 메소드

Initialises a new instance of the SummonMessage class.
public SummonMessage ( string user, string target )
user string The user to summon.
target string The server in which the user is on.

SummonMessage() 공개 메소드

Initialises a new instance of the SummonMessage class.
public SummonMessage ( string user, string target, string channel )
user string The user to summon.
target string The server in which the user is on.
channel string The channel in which to summon the user to.