C# Class OctoTorrent.Client.Messages.UdpTracker.ScrapeMessage

Inheritance: UdpTrackerMessage
ファイルを表示 Open project: Eskat0n/OctoTorrent Class Usage Examples

Public Methods

Method Description
Decode ( byte buffer, int offset, int length ) : void
Encode ( byte buffer, int offset ) : int
ScrapeMessage ( ) : System.Collections.Generic
ScrapeMessage ( int transactionId, long connectionId, List infoHashes ) : System.Collections.Generic

Method Details

Decode() public method

public Decode ( byte buffer, int offset, int length ) : void
buffer byte
offset int
length int
return void

Encode() public method

public Encode ( byte buffer, int offset ) : int
buffer byte
offset int
return int

ScrapeMessage() public method

public ScrapeMessage ( ) : System.Collections.Generic
return System.Collections.Generic

ScrapeMessage() public method

public ScrapeMessage ( int transactionId, long connectionId, List infoHashes ) : System.Collections.Generic
transactionId int
connectionId long
infoHashes List
return System.Collections.Generic