C# Class Universal.Torrent.Client.Tracker.AnnounceParameters

Afficher le fichier Open project: haroldma/Universal.Torrent Class Usage Examples

Méthodes publiques

Méthode Description
AnnounceParameters ( ) : Universal.Torrent.Common
AnnounceParameters ( long bytesDownloaded, long bytesUploaded, long bytesLeft, TorrentEvent clientEvent, InfoHash infohash, bool requireEncryption, string peerId, string ipaddress, int port ) : Universal.Torrent.Common

Method Details

AnnounceParameters() public méthode

public AnnounceParameters ( ) : Universal.Torrent.Common
Résultat Universal.Torrent.Common

AnnounceParameters() public méthode

public AnnounceParameters ( long bytesDownloaded, long bytesUploaded, long bytesLeft, TorrentEvent clientEvent, InfoHash infohash, bool requireEncryption, string peerId, string ipaddress, int port ) : Universal.Torrent.Common
bytesDownloaded long
bytesUploaded long
bytesLeft long
clientEvent TorrentEvent
infohash InfoHash
requireEncryption bool
peerId string
ipaddress string
port int
Résultat Universal.Torrent.Common