C# Class OctoTorrent.Dht.Messages.AnnouncePeerResponse

Inheritance: OctoTorrent.Dht.Messages.ResponseMessage
ファイルを表示 Open project: Eskat0n/OctoTorrent Class Usage Examples

Public Methods

Method Description
AnnouncePeerResponse ( BEncodedDictionary d, OctoTorrent.Dht.Messages.QueryMessage m ) : System
AnnouncePeerResponse ( NodeId id, BEncodedValue transactionId ) : System

Method Details

AnnouncePeerResponse() public method

public AnnouncePeerResponse ( BEncodedDictionary d, OctoTorrent.Dht.Messages.QueryMessage m ) : System
d BEncodedDictionary
m OctoTorrent.Dht.Messages.QueryMessage
return System

AnnouncePeerResponse() public method

public AnnouncePeerResponse ( NodeId id, BEncodedValue transactionId ) : System
id NodeId
transactionId BEncodedValue
return System