TDConnection Object : UseInstanceCache Method |
Visual Basic |
---|
Public Sub UseInstanceCache() |
By default all instances of OTA use the same container of connection settings, such as cookie and certificate stores. To configure the current instance of the OTA Connection to use its own container, call UseInstanceCache before initiating the connection.
TDConnection otaConnection = new TDConnection(); otaConnection.UseInstanceCache(); otaConnection.InitConnection("http://<server URL>/qcbin");