Connection.this

Construct opened connection.

After the connection is created, and the initial invitation is received from the server client preferences are set, and authentication can then be attempted.

TBD The connection string needs work to allow for semicolons in its parts!

Parameters

openSocket OpenSocketCallbackPhobos

Optional callback which should return a newly-opened Phobos or Vibe.d TCP socket. This allows custom sockets to be used, subclassed from Phobos's or Vibe.d's sockets.

cs string

A connection string of the form "host=localhost;user=user;pwd=password;db=mysqld"

capFlags SvrCapFlags

The set of flag bits from the server's capabilities that the client requires

Meta