C# Class OctoTorrent.Client.NullDhtEngine

Inheritance: IDhtEngine
Mostra file Open project: Eskat0n/OctoTorrent

Public Methods

Method 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 method

public Add ( BEncodedList nodes ) : void
nodes BEncodedList
return void

Announce() public method

public Announce ( InfoHash infohash, int port ) : void
infohash InfoHash
port int
return void

Dispose() public method

public Dispose ( ) : void
return void

GetPeers() public method

public GetPeers ( InfoHash infohash ) : void
infohash InfoHash
return void

SaveNodes() public method

public SaveNodes ( ) : byte[]
return byte[]

Start() public method

public Start ( ) : void
return void

Start() public method

public Start ( byte initialNodes ) : void
initialNodes byte
return void

Stop() public method

public Stop ( ) : void
return void