C# Class OctoTorrent.Check

Mostra file Open project: Eskat0n/OctoTorrent

Public Methods

Method Description
Address ( object address ) : void
AddressRange ( object addressRange ) : void
AddressRanges ( object addressRanges ) : void
Announces ( object announces ) : void
BaseDirectory ( object baseDirectory ) : void
Data ( object data ) : void
Destination ( object destination ) : void
Endpoint ( object endpoint ) : void
File ( object file ) : void
FileSource ( object fileSource ) : void
Files ( object files ) : void
InfoHash ( object infoHash ) : void
Key ( object key ) : void
Limiter ( object limiter ) : void
Listener ( object listener ) : void
Location ( object location ) : void
MagnetLink ( object magnetLink ) : void
Manager ( object manager ) : void
Mappings ( object mappings ) : void
Metadata ( object metadata ) : void
Name ( object name ) : void
Path ( object path ) : void
PathNotEmpty ( string path ) : void
Paths ( object paths ) : void
Peer ( object peer ) : void
Peers ( object peers ) : void
Picker ( object picker ) : void
Result ( object result ) : void
SavePath ( object savePath ) : void
Settings ( object settings ) : void
Stream ( object stream ) : void
Torrent ( object torrent ) : void
TorrentInformation ( object torrentInformation ) : void
TorrentSave ( object torrentSave ) : void
Tracker ( object tracker ) : void
Uri ( Uri uri ) : void
Url ( object url ) : void
Value ( object value ) : void
Writer ( object writer ) : void

Private Methods

Method Description
BaseType ( Type baseType ) : void
Buffer ( object buffer ) : void
Cache ( object cache ) : void
DoCheck ( object toCheck, string name ) : void
IsNullOrEmpty ( string toCheck, string name ) : void
SpecificType ( Type specificType ) : void

Method Details

Address() public static method

public static Address ( object address ) : void
address object
return void

AddressRange() public static method

public static AddressRange ( object addressRange ) : void
addressRange object
return void

AddressRanges() public static method

public static AddressRanges ( object addressRanges ) : void
addressRanges object
return void

Announces() public static method

public static Announces ( object announces ) : void
announces object
return void

BaseDirectory() public static method

public static BaseDirectory ( object baseDirectory ) : void
baseDirectory object
return void

Data() public static method

public static Data ( object data ) : void
data object
return void

Destination() public static method

public static Destination ( object destination ) : void
destination object
return void

Endpoint() public static method

public static Endpoint ( object endpoint ) : void
endpoint object
return void

File() public static method

public static File ( object file ) : void
file object
return void

FileSource() public static method

public static FileSource ( object fileSource ) : void
fileSource object
return void

Files() public static method

public static Files ( object files ) : void
files object
return void

InfoHash() public static method

public static InfoHash ( object infoHash ) : void
infoHash object
return void

Key() public static method

public static Key ( object key ) : void
key object
return void

Limiter() public static method

public static Limiter ( object limiter ) : void
limiter object
return void

Listener() public static method

public static Listener ( object listener ) : void
listener object
return void

Location() public static method

public static Location ( object location ) : void
location object
return void

MagnetLink() public static method

public static MagnetLink ( object magnetLink ) : void
magnetLink object
return void

Manager() public static method

public static Manager ( object manager ) : void
manager object
return void

Mappings() public static method

public static Mappings ( object mappings ) : void
mappings object
return void

Metadata() public static method

public static Metadata ( object metadata ) : void
metadata object
return void

Name() public static method

public static Name ( object name ) : void
name object
return void

Path() public static method

public static Path ( object path ) : void
path object
return void

PathNotEmpty() public static method

public static PathNotEmpty ( string path ) : void
path string
return void

Paths() public static method

public static Paths ( object paths ) : void
paths object
return void

Peer() public static method

public static Peer ( object peer ) : void
peer object
return void

Peers() public static method

public static Peers ( object peers ) : void
peers object
return void

Picker() public static method

public static Picker ( object picker ) : void
picker object
return void

Result() public static method

public static Result ( object result ) : void
result object
return void

SavePath() public static method

public static SavePath ( object savePath ) : void
savePath object
return void

Settings() public static method

public static Settings ( object settings ) : void
settings object
return void

Stream() public static method

public static Stream ( object stream ) : void
stream object
return void

Torrent() public static method

public static Torrent ( object torrent ) : void
torrent object
return void

TorrentInformation() public static method

public static TorrentInformation ( object torrentInformation ) : void
torrentInformation object
return void

TorrentSave() public static method

public static TorrentSave ( object torrentSave ) : void
torrentSave object
return void

Tracker() public static method

public static Tracker ( object tracker ) : void
tracker object
return void

Uri() public static method

public static Uri ( Uri uri ) : void
uri System.Uri
return void

Url() public static method

public static Url ( object url ) : void
url object
return void

Value() public static method

public static Value ( object value ) : void
value object
return void

Writer() public static method

public static Writer ( object writer ) : void
writer object
return void