C# Class Kademlia.Messages.Response

Inheritance: Message
Afficher le fichier Open project: zencoders/sambatyon

Méthodes publiques

Méthode Description
Response ( ID nodeID, Message respondingTo, Uri nodeEndpoint ) : System

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

Method Details

Response() public méthode

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
Résultat System