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

Inheritance: ResponseMessage
Datei anzeigen Open project: haroldma/Universal.Torrent Class Usage Examples

Public Methods

Method Description
GetPeersResponse ( BEncodedDictionary d, QueryMessage m ) : System
GetPeersResponse ( NodeId id, BEncodedValue transactionId, BEncodedString token ) : System
Handle ( DhtEngine engine, Node node ) : void

Method Details

GetPeersResponse() public method

public GetPeersResponse ( BEncodedDictionary d, QueryMessage m ) : System
d BEncodedDictionary
m Universal.Torrent.Dht.Messages.Queries.QueryMessage
return System

GetPeersResponse() public method

public GetPeersResponse ( NodeId id, BEncodedValue transactionId, BEncodedString token ) : System
id NodeId
transactionId BEncodedValue
token BEncodedString
return System

Handle() public method

public Handle ( DhtEngine engine, Node node ) : void
engine DhtEngine
node Node
return void