this method has 2 overloads
Connects to the specified server and port.
public void Connect(string,int);
Connects to the specified server and port, when the connection fails the next server in the list will be used.
public void Connect(string[],int);
IrcConnection Class | Meebey.SmartIrc4net Namespace