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

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

공개 메소드들

메소드 설명
TryParse ( string input ) : ParseResult

Attempts to parse the input specified by the user into the Message.

WhoMessage ( ) : System

Initialises a new instance of the WhoMessage class.

WhoMessage ( string name ) : System

Initialises a new instance of the WhoMessage class.

WhoMessage ( string name, string operatorFlag ) : System

Initialises a new instance of the WhoMessage class.

메소드 상세

TryParse() 공개 메소드

Attempts to parse the input specified by the user into the Message.
public TryParse ( string input ) : ParseResult
input string The input from the user.
리턴 ParseResult

WhoMessage() 공개 메소드

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

WhoMessage() 공개 메소드

Initialises a new instance of the WhoMessage class.
public WhoMessage ( string name ) : System
name string The name of the user to get the who information of.
리턴 System

WhoMessage() 공개 메소드

Initialises a new instance of the WhoMessage class.
public WhoMessage ( string name, string operatorFlag ) : System
name string The name of the user to get the who information of.
operatorFlag string A flag to indicate whether or not to return information about only IRC operators.
리턴 System