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

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
ErrorMessage ( ) : System.Text
ErrorMessage ( int transactionId, string error ) : System.Text

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

ErrorMessage() public méthode

public ErrorMessage ( ) : System.Text
Résultat System.Text

ErrorMessage() public méthode

public ErrorMessage ( int transactionId, string error ) : System.Text
transactionId int
error string
Résultat System.Text