C# Class Kademlia.Messages.FindNode

Inheritance: Message
Show file Open project: zencoders/sambatyon Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
FindNode ( ID nodeID, ID toFind, Uri nodeEndpoint ) : System

Make a new FIND_NODE message

Method Details

FindNode() public method

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
return System