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

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

Méthodes publiques

Méthode Description
DecodeMessage ( byte buffer, int offset, int count, MessageType type ) : UdpTrackerMessage

Méthodes protégées

Méthode Description
ThrowInvalidActionException ( ) : void
UdpTrackerMessage ( int action, int transactionId ) : Universal.Torrent.Client.Exceptions

Method Details

DecodeMessage() public static méthode

public static DecodeMessage ( byte buffer, int offset, int count, MessageType type ) : UdpTrackerMessage
buffer byte
offset int
count int
type MessageType
Résultat UdpTrackerMessage

ThrowInvalidActionException() protected static méthode

protected static ThrowInvalidActionException ( ) : void
Résultat void

UdpTrackerMessage() protected méthode

protected UdpTrackerMessage ( int action, int transactionId ) : Universal.Torrent.Client.Exceptions
action int
transactionId int
Résultat Universal.Torrent.Client.Exceptions