Server::Connect

This function is part of the Server class.

Connect is used to establish and verify a connection with an ARDI server, using the information passed in the constructor (the server host name and site name).

Return Value

This function returns True if the connection could be made, and False otherwise.

It is possible for this function to raise a number of exceptions if there are communication issues - a call to Connect should always be inside a Try/Catch.

Parameters

None