OctoTorrent.Client.Tracker.ScrapeParameters.ScrapeParameters C# (CSharp) 메소드

ScrapeParameters() 공개 메소드

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