C# Class Kademlia.Messages.StoreResponse

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

Private Properties

Property Type Description

Public Methods

Method Description
StoreResponse ( ID nodeID, StoreQuery query, bool accept, Uri nodeEndpoint ) : System

Constructor of the class

Method Details

StoreResponse() public method

Constructor of the class
public StoreResponse ( ID nodeID, StoreQuery query, bool accept, Uri nodeEndpoint ) : System
nodeID ID Identificator of the sender
query StoreQuery StoreQuery originating this message
accept bool Param that indicates if the node has accepted the request to store
nodeEndpoint System.Uri Address of the sender node
return System