C# Class Kademlia.Messages.Pong

Inheritance: Response
Datei anzeigen Open project: zencoders/sambatyon

Private Properties

Property Type Description

Public Methods

Method Description
Pong ( ID senderID, Ping ping, Uri nodeEndpoint ) : System

Constructor of the Ping class

Method Details

Pong() public method

Constructor of the Ping class
public Pong ( ID senderID, Ping ping, Uri nodeEndpoint ) : System
senderID ID Identificator of the Sender
ping Ping Ping message originating the pong
nodeEndpoint System.Uri URI endpoint of the Sender
return System