OctoTorrent.Dht.DhtEngine.GetPeers C# (CSharp) Method

GetPeers() public method

public GetPeers ( InfoHash infoHash ) : void
infoHash InfoHash
return void
        public void GetPeers(InfoHash infoHash)
        {
            CheckDisposed();
            Check.InfoHash(infoHash);
            new GetPeersTask(this, infoHash).Execute();
        }

Same methods

DhtEngine::GetPeers ( byte bytes ) : void