protected TransferBase(IAppProvider source, ITransferTarget target, ISteamApplication app) { _source = source; _target = target; _Application = app; _Status = TransferStatus.Queued; }
public LocalMove(IAppProvider source, ITransferTarget target, ISteamApplication app) : base(source, target, app) { }
public NetworkCopy(IAppProvider source, ITransferTarget target, ISteamApplication app) : base(source, target, app) { }
public void Pay(ITransferTarget itransferTarget) { itransferTarget.Pay(); }