C# 클래스 Kademlia.Messages.FindValueContactResponse

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
FindValueContactResponse ( ID nodeID, FindValue request, List close, Uri nodeEndpoint ) : System

Make a new response reporting contacts to try.

메소드 상세

FindValueContactResponse() 공개 메소드

Make a new response reporting contacts to try.
public FindValueContactResponse ( ID nodeID, FindValue request, List close, Uri nodeEndpoint ) : System
nodeID ID the sender identificator
request FindValue The FindValue message orginating this response
close List The list of suggested contacts
nodeEndpoint System.Uri The address of the sender
리턴 System