C# Class OctoTorrent.Client.InactivePeerManager

Mostra file Open project: Eskat0n/OctoTorrent Class Usage Examples

Private Properties

Property Type Description
TimePassed void

Public Methods

Method Description
InactivePeerManager ( TorrentManager torrentManager ) : System

Creates a new inactive peer manager for a torrent manager

Private Methods

Method Description
TimePassed ( ) : void

Executed each tick of the client engine

Method Details

InactivePeerManager() public method

Creates a new inactive peer manager for a torrent manager
public InactivePeerManager ( TorrentManager torrentManager ) : System
torrentManager TorrentManager The torrent manager this choke/unchoke manager belongs to
return System