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

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

공개 메소드들

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

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

UserHostMessage ( ) : System

Initialises a new instance of the UserHostMessage class.

UserHostMessage ( string nickname ) : System

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

UserHostMessage() 공개 메소드

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

UserHostMessage() 공개 메소드

Initialises a new instance of the UserHostMessage class.
public UserHostMessage ( string nickname ) : System
nickname string The nick name to retrieve information about.
리턴 System