Property | Type | Description |
---|
Method | 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 |
public AnnouncePeer ( BEncodedDictionary d ) : System.Collections.Generic | ||
d | BEncodedDictionary | |
return | System.Collections.Generic |
public AnnouncePeer ( NodeId id, NodeId infoHash, BEncodedNumber port, BEncodedString token ) : System.Collections.Generic | ||
id | NodeId | |
infoHash | NodeId | |
port | BEncodedNumber | |
token | BEncodedString | |
return | System.Collections.Generic |
public Handle ( DhtEngine engine, Node node ) : void | ||
engine | DhtEngine | |
node | Node | |
return | void |