Esempio n. 1
0
            public RequestVO(
                string productId,
                string version,
                string appId)
            {
                this.productId = productId;
                this.version   = version;
                this.appId     = appId;

                transactionId = Lighthouse.CreateTransactionId().ToString().ToLower();
                headers       = new Dictionary <string, string>();
                headers.Add("X-TCGB-Transaction-Id", transactionId);
                headers.Add("X-TCGB-Access-Token", Gamebase.GetAccessToken());
            }