C# Class Kademlia.Messages.FindNodeResponse

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

Private Properties

Свойство Type Description

Méthodes publiques

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

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