C# 클래스 Kademlia.Contact

파일 보기 프로젝트 열기: zencoders/sambatyon 1 사용 예제들

공개 메소드들

메소드 설명
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