Метод | Описание | |
---|---|---|
FindNodeResponse ( BEncodedDictionary d, OctoTorrent.Dht.Messages.QueryMessage m ) : System | ||
FindNodeResponse ( NodeId id, BEncodedValue transactionId ) : System | ||
Handle ( DhtEngine engine, Node node ) : void |
public FindNodeResponse ( BEncodedDictionary d, OctoTorrent.Dht.Messages.QueryMessage m ) : System | ||
d | BEncodedDictionary | |
m | OctoTorrent.Dht.Messages.QueryMessage | |
Результат | System |
public FindNodeResponse ( NodeId id, BEncodedValue transactionId ) : System | ||
id | NodeId | |
transactionId | BEncodedValue | |
Результат | System |
public Handle ( DhtEngine engine, Node node ) : void | ||
engine | DhtEngine | |
node | Node | |
Результат | void |