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

Inheritance: Message
Show file Open project: haroldma/Universal.Torrent Class Usage Examples

Public Methods

Method Description
DecodeMessage ( byte buffer, int offset, int count, MessageType type ) : UdpTrackerMessage

Protected Methods

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

Method Details

DecodeMessage() public static method

public static DecodeMessage ( byte buffer, int offset, int count, MessageType type ) : UdpTrackerMessage
buffer byte
offset int
count int
type MessageType
return UdpTrackerMessage

ThrowInvalidActionException() protected static method

protected static ThrowInvalidActionException ( ) : void
return void

UdpTrackerMessage() protected method

protected UdpTrackerMessage ( int action, int transactionId ) : Universal.Torrent.Client.Exceptions
action int
transactionId int
return Universal.Torrent.Client.Exceptions