C# Class OctoTorrent.Client.TorrentSettings

Inheritance: ICloneable
Mostra file Open project: Eskat0n/OctoTorrent Class Usage Examples

Public Methods

Method Description
Clone ( ) : TorrentSettings
Equals ( object obj ) : bool
GetHashCode ( ) : int
TorrentSettings ( ) : System
TorrentSettings ( int uploadSlots ) : System
TorrentSettings ( int uploadSlots, int maxConnections ) : System
TorrentSettings ( int uploadSlots, int maxConnections, int maxDownloadSpeed, int maxUploadSpeed ) : System
TorrentSettings ( int uploadSlots, int maxConnections, int maxDownloadSpeed, int maxUploadSpeed, bool initialSeedingEnabled ) : System

Private Methods

Method Description
ICloneable ( ) : object

Method Details

Clone() public method

public Clone ( ) : TorrentSettings
return TorrentSettings

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

TorrentSettings() public method

public TorrentSettings ( ) : System
return System

TorrentSettings() public method

public TorrentSettings ( int uploadSlots ) : System
uploadSlots int
return System

TorrentSettings() public method

public TorrentSettings ( int uploadSlots, int maxConnections ) : System
uploadSlots int
maxConnections int
return System

TorrentSettings() public method

public TorrentSettings ( int uploadSlots, int maxConnections, int maxDownloadSpeed, int maxUploadSpeed ) : System
uploadSlots int
maxConnections int
maxDownloadSpeed int
maxUploadSpeed int
return System

TorrentSettings() public method

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