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

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

Public Methods

Method 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 method

public Decode ( byte buffer, int offset, int length ) : void
buffer byte
offset int
length int
return void

Encode() public method

public Encode ( byte buffer, int offset ) : int
buffer byte
offset int
return int

ScrapeResponseMessage() public method

public ScrapeResponseMessage ( ) : System.Collections.Generic
return System.Collections.Generic

ScrapeResponseMessage() public method

public ScrapeResponseMessage ( int transactionId, List scrapes ) : System.Collections.Generic
transactionId int
scrapes List
return System.Collections.Generic