C# Class Kademlia.Messages.Response

Inheritance: Message
Show file Open project: zencoders/sambatyon

Public Methods

Method Description
Response ( ID nodeID, Message respondingTo, Uri nodeEndpoint ) : System

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

Method Details

Response() public method

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
return System