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

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

공개 메소드들

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

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

WhoisMessage ( ) : System.Text.RegularExpressions

Initialises a new instance of the WhoisMessage class.

WhoisMessage ( string nickmask ) : System.Text.RegularExpressions

Initialises a new instance of the WhoisMessage class.

WhoisMessage ( string server, string nickmask ) : System.Text.RegularExpressions

Initialises a new instance of the WhoisMessage 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

WhoisMessage() 공개 메소드

Initialises a new instance of the WhoisMessage class.
public WhoisMessage ( ) : System.Text.RegularExpressions
리턴 System.Text.RegularExpressions

WhoisMessage() 공개 메소드

Initialises a new instance of the WhoisMessage class.
public WhoisMessage ( string nickmask ) : System.Text.RegularExpressions
nickmask string The nick mask to retrieve information about.
리턴 System.Text.RegularExpressions

WhoisMessage() 공개 메소드

Initialises a new instance of the WhoisMessage class.
public WhoisMessage ( string server, string nickmask ) : System.Text.RegularExpressions
server string The server in which the user(s) reside on.
nickmask string The nick mask to retrieve information about.
리턴 System.Text.RegularExpressions