C# 클래스 Kademlia.Messages.FindNodeResponse

상속: Response
파일 보기 프로젝트 열기: zencoders/sambatyon

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