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

Inheritance: UdpTrackerMessage
Afficher le fichier Open project: Eskat0n/OctoTorrent Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Decode ( byte buffer, int offset, int length ) : void
buffer byte
offset int
length int
Résultat void

Encode() public méthode

public Encode ( byte buffer, int offset ) : int
buffer byte
offset int
Résultat int

ScrapeMessage() public méthode

public ScrapeMessage ( ) : System.Collections.Generic
Résultat System.Collections.Generic

ScrapeMessage() public méthode

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