- connect
void connect(string host, int port, Handler!ProtonConnection handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- connect
void connect(string host, int port, string username, string password, Handler!ProtonConnection handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- connect
void connect(ProtonClientOptions options, string host, int port, Handler!ProtonConnection handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- connect
void connect(ProtonClientOptions options, string host, int port, string username, string password, Handler!ProtonConnection handler)
Undocumented in source. Be warned that the author may not have intended to support it.