Esempio n. 1
0
            internal TradeResultCallback(CMsgTrading_InitiateTradeResponse msg)
            {
                this.TradeID = msg.trade_request_id;

                this.Response = ( EEconTradeResponse )msg.response;

                this.OtherClient = msg.other_steamid;
            }
Esempio n. 2
0
            internal TradeResultCallback(CMsgTrading_InitiateTradeResponse msg)
            {
                this.TradeID = msg.trade_request_id;

                this.Response = ( EEconTradeResponse )msg.response;

                this.OtherClient = msg.other_steamid;

                this.NumDaysSteamGuardRequired = msg.steamguard_required_days;

                this.NumDaysNewDeviceCooldown = msg.new_device_cooldown_days;

                this.DefaultNumDaysPasswordResetProbation = msg.default_password_reset_probation_days;

                this.NumDaysPasswordResetProbation = msg.password_reset_probation_days;
            }
Esempio n. 3
0
 internal TradeResultCallback(SteamClient client, CMsgTrading_InitiateTradeResponse msg)
     : base(client)