C# Class Kademlia.Messages.FindNodeResponse

Inheritance: Response
Show file Open project: zencoders/sambatyon

Private Properties

Property Type Description

Public Methods

Method Description
FindNodeResponse ( ID nodeID, FindNode request, List recommended, Uri nodeEndpoint ) : System

Constructor of the class. It calls the base constructor and store contacts into the message.

Method Details

FindNodeResponse() public method

Constructor of the class. It calls the base constructor and store contacts into the message.
public FindNodeResponse ( ID nodeID, FindNode request, List recommended, Uri nodeEndpoint ) : System
nodeID ID Identificator of the sender
request FindNode FindNode request that orginates this response
recommended List List of contact that could match the request
nodeEndpoint System.Uri Address of the sender
return System