C# Class Yaircc.Net.IRC.PasswordMessage

Represents a PASS command.
Inheritance: Message
ファイルを表示 Open project: rastating/yaircc Class Usage Examples

Public Methods

Method Description
PasswordMessage ( string password )

Initialises a new instance of the PasswordMessage class.

Method Details

PasswordMessage() public method

Initialises a new instance of the PasswordMessage class.
public PasswordMessage ( string password )
password string The password.