C# Class Kademlia.Messages.StoreData

Inheritance: Response
Afficher le fichier Open project: zencoders/sambatyon

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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
Résultat System