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

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

Private Properties

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

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

Метод Описание
StoreResponse ( ID nodeID, StoreQuery query, bool accept, Uri nodeEndpoint ) : System

Constructor of the class

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

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

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