Method | Description | |
---|---|---|
Clone ( ) : |
||
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 |
Method | Description | |
---|---|---|
ICloneable ( ) : object |
public TorrentSettings ( int uploadSlots ) : System | ||
uploadSlots | int | |
return | System |
public TorrentSettings ( int uploadSlots, int maxConnections ) : System | ||
uploadSlots | int | |
maxConnections | int | |
return | System |
public TorrentSettings ( int uploadSlots, int maxConnections, int maxDownloadSpeed, int maxUploadSpeed ) : System | ||
uploadSlots | int | |
maxConnections | int | |
maxDownloadSpeed | int | |
maxUploadSpeed | int | |
return | System |
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 |