OctoTorrent.Client.Tracker.ScrapeParameters.ScrapeParameters C# (CSharp) Method

ScrapeParameters() public method

public ScrapeParameters ( InfoHash infoHash ) : System
infoHash InfoHash
return System
        public ScrapeParameters(InfoHash infoHash)
        {
            this.infoHash = infoHash;
        }
ScrapeParameters