C# Класс Kademlia.Messages.FindNodeResponse

Наследование: Response
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

FindNodeResponse() публичный Метод

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
Результат System