C# Class Kademlia.Messages.FindValue

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

Private Properties

Property Type Description

Public Methods

Method Description
FindValue ( ID nodeID, string wantedKey, Uri nodeEndpoint ) : System

Make a new FindValue message.

Method Details

FindValue() public method

Make a new FindValue message.
public FindValue ( ID nodeID, string wantedKey, Uri nodeEndpoint ) : System
nodeID ID The sender identificator
wantedKey string The desired key by the sender
nodeEndpoint System.Uri The address of the sender
return System