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

Inheritance: Task
Afficher le fichier Open project: haroldma/Universal.Torrent Class Usage Examples

Private Properties

Свойство Type Description
GetPeersCompleted void
SendGetPeers void

Méthodes publiques

Méthode Description
Execute ( ) : void
GetPeersTask ( DhtEngine engine, InfoHash infohash ) : System.Collections.Generic
GetPeersTask ( DhtEngine engine, NodeId infohash ) : System.Collections.Generic

Méthodes protégées

Méthode Description
RaiseComplete ( TaskCompleteEventArgs e ) : void

Private Methods

Méthode Description
GetPeersCompleted ( object o, TaskCompleteEventArgs e ) : void
SendGetPeers ( Node n ) : void

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

GetPeersTask() public méthode

public GetPeersTask ( DhtEngine engine, InfoHash infohash ) : System.Collections.Generic
engine DhtEngine
infohash InfoHash
Résultat System.Collections.Generic

GetPeersTask() public méthode

public GetPeersTask ( DhtEngine engine, NodeId infohash ) : System.Collections.Generic
engine DhtEngine
infohash NodeId
Résultat System.Collections.Generic

RaiseComplete() protected méthode

protected RaiseComplete ( TaskCompleteEventArgs e ) : void
e Universal.Torrent.Dht.EventArgs.TaskCompleteEventArgs
Résultat void