C# Class OctoTorrent.Dht.Tasks.AnnounceTask

Inheritance: Task
Exibir arquivo Open project: Eskat0n/OctoTorrent

Public Methods

Method Description
AnnounceTask ( DhtEngine engine, InfoHash infoHash, int port ) : System
AnnounceTask ( DhtEngine engine, NodeId infoHash, int port ) : System
Execute ( ) : void

Private Methods

Method Description
GotPeers ( object o, TaskCompleteEventArgs e ) : void
SentAnnounce ( object o, TaskCompleteEventArgs e ) : void

Method Details

AnnounceTask() public method

public AnnounceTask ( DhtEngine engine, InfoHash infoHash, int port ) : System
engine DhtEngine
infoHash InfoHash
port int
return System

AnnounceTask() public method

public AnnounceTask ( DhtEngine engine, NodeId infoHash, int port ) : System
engine DhtEngine
infoHash NodeId
port int
return System

Execute() public method

public Execute ( ) : void
return void