C# Class OctoTorrent.Client.Tracker.AnnounceParameters

Show file Open project: Eskat0n/OctoTorrent Class Usage Examples

Public Methods

Method Description
AnnounceParameters ( ) : System
AnnounceParameters ( long bytesDownloaded, long bytesUploaded, long bytesLeft, TorrentEvent clientEvent, InfoHash infohash, bool requireEncryption, string peerId, string ipaddress, int port ) : System

Method Details

AnnounceParameters() public method

public AnnounceParameters ( ) : System
return System

AnnounceParameters() public method

public AnnounceParameters ( long bytesDownloaded, long bytesUploaded, long bytesLeft, TorrentEvent clientEvent, InfoHash infohash, bool requireEncryption, string peerId, string ipaddress, int port ) : System
bytesDownloaded long
bytesUploaded long
bytesLeft long
clientEvent TorrentEvent
infohash InfoHash
requireEncryption bool
peerId string
ipaddress string
port int
return System