OctoTorrent.Client.DownloadMode.DownloadMode C# (CSharp) Method

DownloadMode() public method

public DownloadMode ( TorrentManager manager ) : System.Linq
manager TorrentManager
return System.Linq
        public DownloadMode(TorrentManager manager)
            : base(manager)
        {
            _state = manager.Complete ? TorrentState.Seeding : TorrentState.Downloading;
        }