C# 클래스 Kademlia.Messages.Response

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

공개 메소드들

메소드 설명
Response ( ID nodeID, Message respondingTo, Uri nodeEndpoint ) : System

Make a reply in the same conversation as the given message.

메소드 상세

Response() 공개 메소드

Make a reply in the same conversation as the given message.
public Response ( ID nodeID, Message respondingTo, Uri nodeEndpoint ) : System
nodeID ID The sender node identificator
respondingTo Message The message the node is responding to
nodeEndpoint System.Uri The address of the sender
리턴 System