C# Class Kademlia.Messages.FindValueDataResponse

Inheritance: Response
Datei anzeigen Open project: zencoders/sambatyon

Private Properties

Property Type Description

Public Methods

Method Description
FindValueDataResponse ( ID nodeID, FindValue request, IList data, Uri nodeEndpoint ) : System

Make a new response.

Method Details

FindValueDataResponse() public method

Make a new response.
public FindValueDataResponse ( ID nodeID, FindValue request, IList data, Uri nodeEndpoint ) : System
nodeID ID The identificator of the sender
request FindValue The FindValue request generating this response
data IList The list of KademliaResources found
nodeEndpoint System.Uri The address of the sender
return System