GoOnline

Description

Configures the client for online mode.

bool GoOnline(bool testConnection, out string errorMessage

Parameters

ParameterTypeDescription
testConnectionboolwhen true, the server is pinged before attempting to go online to make sure that we can reach the server
errorMessagestringa returned message with error information

Returns

TypeDescription
Booleantrue if the operation was successful; otherwise, false.