C# 클래스 Kademlia.Messages.StoreQuery

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
StoreQuery ( ID nodeID, ID hash, System.DateTime originalPublication, Uri nodeEndpoint ) : System

Make a new STORE_QUERY message.

메소드 상세

StoreQuery() 공개 메소드

Make a new STORE_QUERY message.
public StoreQuery ( ID nodeID, ID hash, System.DateTime originalPublication, Uri nodeEndpoint ) : System
nodeID ID The identificator of the sender
hash ID A hash of the data value
originalPublication System.DateTime The time of publication
nodeEndpoint System.Uri The address of the sender
리턴 System