GatekeeperClient constructor
Creates a new GatekeeperClient instance.
host
: The host address of the GatekeeperServer.port
: The port number on which the GatekeeperServer is listening.
Implementation
GatekeeperClient(this.host, this.port,
{this.secure = true, this.verbose = false});