C# Class Universal.Torrent.Dht.Messages.Queries.AnnouncePeer

Inheritance: QueryMessage
Afficher le fichier Open project: haroldma/Universal.Torrent

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AnnouncePeer ( BEncodedDictionary d ) : System.Collections.Generic
AnnouncePeer ( NodeId id, NodeId infoHash, BEncodedNumber port, BEncodedString token ) : System.Collections.Generic
Handle ( DhtEngine engine, Node node ) : void

Method Details

AnnouncePeer() public méthode

public AnnouncePeer ( BEncodedDictionary d ) : System.Collections.Generic
d BEncodedDictionary
Résultat System.Collections.Generic

AnnouncePeer() public méthode

public AnnouncePeer ( NodeId id, NodeId infoHash, BEncodedNumber port, BEncodedString token ) : System.Collections.Generic
id NodeId
infoHash NodeId
port BEncodedNumber
token BEncodedString
Résultat System.Collections.Generic

Handle() public méthode

public Handle ( DhtEngine engine, Node node ) : void
engine DhtEngine
node Node
Résultat void