C# Class OctoTorrent.Client.Tracker.AnnounceParameters

Afficher le fichier Open project: Eskat0n/OctoTorrent Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AnnounceParameters ( ) : System
Résultat System

AnnounceParameters() public méthode

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
Résultat System