C# Class Kademlia.Messages.FindNode

Inheritance: Message
Afficher le fichier Open project: zencoders/sambatyon Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
FindNode ( ID nodeID, ID toFind, Uri nodeEndpoint ) : System

Make a new FIND_NODE message

Method Details

FindNode() public méthode

Make a new FIND_NODE message
public FindNode ( ID nodeID, ID toFind, Uri nodeEndpoint ) : System
nodeID ID the identificator of the sender
toFind ID The ID of the node searched
nodeEndpoint System.Uri The address of the sender
Résultat System