C# Class Kademlia.Messages.Ping

Inheritance: Message
Datei anzeigen Open project: zencoders/sambatyon Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Constructor of the ping message class

Method Details

Ping() public method

Constructor of the ping message class
public Ping ( ID senderID, Uri nodeEndpoint ) : System
senderID ID Identificator of te sender
nodeEndpoint System.Uri Endpoint of the sender
return System