C# Class Universal.Torrent.Dht.Messages.Responses.PingResponse

Inheritance: ResponseMessage
Afficher le fichier Open project: haroldma/Universal.Torrent Class Usage Examples

Méthodes publiques

Méthode Description
PingResponse ( BEncodedDictionary d, QueryMessage m ) : Universal.Torrent.Bencoding
PingResponse ( NodeId id, BEncodedValue transactionId ) : Universal.Torrent.Bencoding

Method Details

PingResponse() public méthode

public PingResponse ( BEncodedDictionary d, QueryMessage m ) : Universal.Torrent.Bencoding
d BEncodedDictionary
m Universal.Torrent.Dht.Messages.Queries.QueryMessage
Résultat Universal.Torrent.Bencoding

PingResponse() public méthode

public PingResponse ( NodeId id, BEncodedValue transactionId ) : Universal.Torrent.Bencoding
id NodeId
transactionId BEncodedValue
Résultat Universal.Torrent.Bencoding