C# Class Kademlia.Messages.Pong

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Pong ( ID senderID, Ping ping, Uri nodeEndpoint ) : System

Constructor of the Ping class

Method Details

Pong() public méthode

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