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

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
ScrapeMessage ( ) : System.Collections.Generic
ScrapeMessage ( int transactionId, long connectionId, List infohashes ) : 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

ScrapeMessage() public method

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

ScrapeMessage() public method

public ScrapeMessage ( int transactionId, long connectionId, List infohashes ) : System.Collections.Generic
transactionId int
connectionId long
infohashes List
return System.Collections.Generic