transport = new TransportProtocolClient(hostVerification);
transport.addEventHandler(eventHandler);
transport.startTransportProtocol(provider, properties);
// Start the authentication protocol
authentication = new AuthenticationProtocolClient();
authentication.addEventListener(eventHandler);
transport.requestService(authentication);
connection = new ConnectionProtocol();
if (useDefaultForwarding) {