Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
AnnouncePeer ( BEncodedDictionary d ) : System.Collections.Generic | ||
AnnouncePeer ( NodeId id, NodeId infoHash, BEncodedNumber port, BEncodedString token ) : System.Collections.Generic | ||
Handle ( DhtEngine engine, Node node ) : void |
public AnnouncePeer ( BEncodedDictionary d ) : System.Collections.Generic | ||
d | BEncodedDictionary | |
Результат | System.Collections.Generic |
public AnnouncePeer ( NodeId id, NodeId infoHash, BEncodedNumber port, BEncodedString token ) : System.Collections.Generic | ||
id | NodeId | |
infoHash | NodeId | |
port | BEncodedNumber | |
token | BEncodedString | |
Результат | System.Collections.Generic |
public Handle ( DhtEngine engine, Node node ) : void | ||
engine | DhtEngine | |
node | Node | |
Результат | void |