ProtonClientImpl.connect
- void connect(string host, int port, Handler!ProtonConnection handler)
- void connect(string host, int port, string username, string password, Handler!ProtonConnection handler)
- void connect(ProtonClientOptions options, string host, int port, Handler!ProtonConnection handler)
- void connect(ProtonClientOptions options, string host, int port, string username, string password, Handler!ProtonConnection handler)