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

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

공개 메소드들

메소드 설명
LinksMessage ( ) : System

Initialises a new instance of the LinksMessage class.

LinksMessage ( string serverMask ) : System

Initialises a new instance of the LinksMessage class.

LinksMessage ( string remoteServer, string serverMask ) : System

Initialises a new instance of the LinksMessage class.

TryParse ( string input ) : ParseResult

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

메소드 상세

LinksMessage() 공개 메소드

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

LinksMessage() 공개 메소드

Initialises a new instance of the LinksMessage class.
public LinksMessage ( string serverMask ) : System
serverMask string The server mask to use.
리턴 System

LinksMessage() 공개 메소드

Initialises a new instance of the LinksMessage class.
public LinksMessage ( string remoteServer, string serverMask ) : System
remoteServer string The remote server to get the links from.
serverMask string The server mask to use.
리턴 System

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