C# Class Kademlia.Messages.FindValueContactResponse

Inheritance: Response
Show file Open project: zencoders/sambatyon

Private Properties

Property Type Description

Public Methods

Method Description
FindValueContactResponse ( ID nodeID, FindValue request, List close, Uri nodeEndpoint ) : System

Make a new response reporting contacts to try.

Method Details

FindValueContactResponse() public method

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