C# Class Universal.Torrent.Client.Messages.UdpTrackerMessages.ScrapeResponseMessage

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

Méthodes publiques

Méthode Description
Decode ( byte buffer, int offset, int length ) : void
Encode ( byte buffer, int offset ) : int
ScrapeResponseMessage ( ) : System.Collections.Generic
ScrapeResponseMessage ( int transactionId, List scrapes ) : 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

ScrapeResponseMessage() public méthode

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

ScrapeResponseMessage() public méthode

public ScrapeResponseMessage ( int transactionId, List scrapes ) : System.Collections.Generic
transactionId int
scrapes List
Résultat System.Collections.Generic