C# Class Kademlia.Messages.StoreResponse

Inheritance: Response
Afficher le fichier Open project: zencoders/sambatyon Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
StoreResponse ( ID nodeID, StoreQuery query, bool accept, Uri nodeEndpoint ) : System

Constructor of the class

Method Details

StoreResponse() public méthode

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