| Overload | Description |
|---|---|
| Connect(String) | Connects the SSHClient to an SSH server. |
| Connect(String,Int32) | Connects the SSHClient to an SSH server, specifying the port number to use. |
| Connect(String,String,Int32) | TODODOC Connects the client to a remote SSH server at the specified address and port number. |
| Connect(String,Int32,String,Int32) | TODODOC Connects the client to a remote SSH server at the specified address and port number. |
| Connect(IPEndPoint,IPEndPoint) | TODODOC Connects the client to a remote SSH server at the specified address and port number. |