Inheritance: global::ProtoBuf.IExtensible
Exemple #1
0
            internal TradeResultCallback( CMsgTrading_InitiateTradeResponse msg )
            {
                this.TradeID = msg.trade_request_id;

                this.Response = ( EEconTradeResponse )msg.response;

                this.OtherClient = msg.other_steamid;
            }
Exemple #2
0
 internal TradeResultCallback( SteamClient client, CMsgTrading_InitiateTradeResponse msg )
     : base( client )
Exemple #3
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;
            }