C# Class Kademlia.Messages.StoreData

Inheritance: Response
Show file Open project: zencoders/sambatyon

Private Properties

Property Type Description

Public Methods

Method Description
StoreData ( ID nodeID, StoreResponse request, CompleteTag theData, System.DateTime originalPublication, Uri nodeEndpoint, Uri transportUri ) : System

Make a mesage to store the given data.

Method Details

StoreData() public method

Make a mesage to store the given data.
public StoreData ( ID nodeID, StoreResponse request, CompleteTag theData, System.DateTime originalPublication, Uri nodeEndpoint, Uri transportUri ) : System
nodeID ID The sender identificator
request StoreResponse The StoreResponse message that originated this message
theData CompleteTag The CompleteTag to store
originalPublication System.DateTime The publication datetime
nodeEndpoint System.Uri The sender node's kademlia address
transportUri System.Uri The sender node's transport uri
return System