Yaircc.Net.IRC.Connection.Connection C# (CSharp) Method

Connection() public method

Initialises a new instance of the Yaircc.Net.IRC.Connection class.
public Connection ( string server, int port ) : System
server string The server that will be connected to.
port int The port number on which to connect to.
return System
        public Connection(string server, int port)
            : this(server, port, string.Empty)
        {
        }

Same methods

Connection::Connection ( ) : System
Connection::Connection ( string server ) : System
Connection::Connection ( string server, int port, string password ) : System