- connect
void connect(string host, int port, string username, string password, Handler!ProtonConnection connectionHandler)
Connect to the given host and port, with credentials (if required by server peer).
- connect
void connect(ProtonClientOptions options, string host, int port, Handler!ProtonConnection connectionHandler)
Connect to the given host and port, without credentials.
- connect
void connect(string host, int port, Handler!ProtonConnection connectionHandler)
Connect to the given host and port, without credentials.
- connect
void connect(ProtonClientOptions options, string host, int port, string username, string password, Handler!ProtonConnection connectionHandler)
Connect to the given host and port, with credentials (if required by server peer).
@author <a href="http://tfox.org">Tim Fox</a>