C# Class Universal.Torrent.Dht.Tasks.AnnounceTask

Inheritance: Task
Datei anzeigen Open project: haroldma/Universal.Torrent

Public Methods

Method Description
AnnounceTask ( DhtEngine engine, InfoHash infoHash, int port ) : System.Linq
AnnounceTask ( DhtEngine engine, NodeId infoHash, int port ) : System.Linq
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.Linq
engine DhtEngine
infoHash InfoHash
port int
return System.Linq

AnnounceTask() public method

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

Execute() public method

public Execute ( ) : void
return void