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

TorrentSettings() public method

public TorrentSettings ( ) : System
return System
        public TorrentSettings()
            : this(DefaultUploadSlots, DefaultMaxConnections, DefaultDownloadSpeed, DefaultUploadSpeed, DefaultInitialSeedingEnabled)
        {
        }

Same methods

TorrentSettings::TorrentSettings ( int uploadSlots ) : System
TorrentSettings::TorrentSettings ( int uploadSlots, int maxConnections ) : System
TorrentSettings::TorrentSettings ( int uploadSlots, int maxConnections, int maxDownloadSpeed, int maxUploadSpeed ) : System
TorrentSettings::TorrentSettings ( int uploadSlots, int maxConnections, int maxDownloadSpeed, int maxUploadSpeed, bool initialSeedingEnabled ) : System