C# 클래스 Kademlia.Messages.StoreResponse

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

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