C# Class OctoTorrent.Client.NullDhtEngine

Inheritance: IDhtEngine
Afficher le fichier Open project: Eskat0n/OctoTorrent

Méthodes publiques

Méthode Description
Add ( BEncodedList nodes ) : void
Announce ( InfoHash infohash, int port ) : void
Dispose ( ) : void
GetPeers ( InfoHash infohash ) : void
SaveNodes ( ) : byte[]
Start ( ) : void
Start ( byte initialNodes ) : void
Stop ( ) : void

Method Details

Add() public méthode

public Add ( BEncodedList nodes ) : void
nodes BEncodedList
Résultat void

Announce() public méthode

public Announce ( InfoHash infohash, int port ) : void
infohash InfoHash
port int
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetPeers() public méthode

public GetPeers ( InfoHash infohash ) : void
infohash InfoHash
Résultat void

SaveNodes() public méthode

public SaveNodes ( ) : byte[]
Résultat byte[]

Start() public méthode

public Start ( ) : void
Résultat void

Start() public méthode

public Start ( byte initialNodes ) : void
initialNodes byte
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void