C# Класс Kademlia.Contact

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

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

Метод Описание
Contact ( ID id, Uri endpoint ) : System

Make a contact for a node with the given ID at the given location.

ToString ( ) : string

Method used to obtain a string representation of the class

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

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

Make a contact for a node with the given ID at the given location.
public Contact ( ID id, Uri endpoint ) : System
id ID The identificator of the node
endpoint System.Uri The address of the node
Результат System

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

Method used to obtain a string representation of the class
public ToString ( ) : string
Результат string