C# Класс OctoTorrent.Client.TorrentSettings

Наследование: ICloneable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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