메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
ICloneable ( ) : object |
public TorrentSettings ( int uploadSlots ) : System | ||
uploadSlots | int | |
리턴 | System |
public TorrentSettings ( int uploadSlots, int maxConnections ) : System | ||
uploadSlots | int | |
maxConnections | int | |
리턴 | System |
public TorrentSettings ( int uploadSlots, int maxConnections, int maxDownloadSpeed, int maxUploadSpeed ) : System | ||
uploadSlots | int | |
maxConnections | int | |
maxDownloadSpeed | int | |
maxUploadSpeed | int | |
리턴 | System |
public TorrentSettings ( int uploadSlots, int maxConnections, int maxDownloadSpeed, int maxUploadSpeed, bool initialSeedingEnabled ) : System | ||
uploadSlots | int | |
maxConnections | int | |
maxDownloadSpeed | int | |
maxUploadSpeed | int | |
initialSeedingEnabled | bool | |
리턴 | System |