Variable GatewayClient.sessionID

Gateway SessionID, used for resuming.

Declaration

class GatewayClient
{
  // ...
  string sessionID;
  // ...
}