C# 클래스 OctoTorrent.Client.TorrentSettings

상속: ICloneable
파일 보기 프로젝트 열기: Eskat0n/OctoTorrent 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ICloneable ( ) : object

메소드 상세

Clone() 공개 메소드

public Clone ( ) : TorrentSettings
리턴 TorrentSettings

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

TorrentSettings() 공개 메소드

public TorrentSettings ( ) : System
리턴 System

TorrentSettings() 공개 메소드

public TorrentSettings ( int uploadSlots ) : System
uploadSlots int
리턴 System

TorrentSettings() 공개 메소드

public TorrentSettings ( int uploadSlots, int maxConnections ) : System
uploadSlots int
maxConnections int
리턴 System

TorrentSettings() 공개 메소드

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

TorrentSettings() 공개 메소드

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