OctoTorrent.Client.Tracker.ScrapeParameters.ScrapeParameters C# (CSharp) Méthode

ScrapeParameters() public méthode

public ScrapeParameters ( InfoHash infoHash ) : System
infoHash InfoHash
Résultat System
        public ScrapeParameters(InfoHash infoHash)
        {
            this.infoHash = infoHash;
        }
ScrapeParameters