C# Class Kademlia.Messages.StoreQuery

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

Private Properties

Property Type Description

Public Methods

Method Description
StoreQuery ( ID nodeID, ID hash, System.DateTime originalPublication, Uri nodeEndpoint ) : System

Make a new STORE_QUERY message.

Method Details

StoreQuery() public method

Make a new STORE_QUERY message.
public StoreQuery ( ID nodeID, ID hash, System.DateTime originalPublication, Uri nodeEndpoint ) : System
nodeID ID The identificator of the sender
hash ID A hash of the data value
originalPublication System.DateTime The time of publication
nodeEndpoint System.Uri The address of the sender
return System