The UseSSL function is part of the HMITTPanel class used to connect to live ARDI data.
It tells the library to connect using indirect SSL subscriptions rather than direct, insecure HTTP sessions.
None
//Create 'connection' and subscriptions... connection.UseSSL(); connection.Connect("myardiserver/s/default");
This function should be called before you call connect.