C# Class Yaircc.Net.IRC.ConnectMessage

Represents a CONNECT command.
Inheritance: Message
ファイルを表示 Open project: rastating/yaircc

Public Methods

Method Description
ConnectMessage ( string targetServer )

Initialises a new instance of the ConnectMessage class.

ConnectMessage ( string targetServer, string port )

Initialises a new instance of the ConnectMessage class.

ConnectMessage ( string targetServer, string port, string remoteServer )

Initialises a new instance of the ConnectMessage class.

Method Details

ConnectMessage() public method

Initialises a new instance of the ConnectMessage class.
public ConnectMessage ( string targetServer )
targetServer string The server to connect to.

ConnectMessage() public method

Initialises a new instance of the ConnectMessage class.
public ConnectMessage ( string targetServer, string port )
targetServer string The server to connect to.
port string The port to connect on.

ConnectMessage() public method

Initialises a new instance of the ConnectMessage class.
public ConnectMessage ( string targetServer, string port, string remoteServer )
targetServer string The server to connect to.
port string The port to connect on.
remoteServer string The remote server.