메소드 | 설명 | |
---|---|---|
TryParse ( string input ) : |
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.
|
public TryParse ( string input ) : |
||
input | string | The input from the user. |
리턴 |
public WhoisMessage ( ) : System.Text.RegularExpressions | ||
리턴 | System.Text.RegularExpressions |
public WhoisMessage ( string nickmask ) : System.Text.RegularExpressions | ||
nickmask | string | The nick mask to retrieve information about. |
리턴 | System.Text.RegularExpressions |
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 |