OctoTorrent.Client.Tracker.ScrapeParameters.ScrapeParameters C# (CSharp) Метод

ScrapeParameters() публичный Метод

public ScrapeParameters ( InfoHash infoHash ) : System
infoHash InfoHash
Результат System
        public ScrapeParameters(InfoHash infoHash)
        {
            this.infoHash = infoHash;
        }
ScrapeParameters