C# 클래스 Kademlia.Messages.Pong

상속: Response
파일 보기 프로젝트 열기: zencoders/sambatyon

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Pong ( ID senderID, Ping ping, Uri nodeEndpoint ) : System

Constructor of the Ping class

메소드 상세

Pong() 공개 메소드

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
리턴 System