C# Class Universal.Torrent.Client.Modes.HashingMode

Inheritance: Mode
显示文件 Open project: haroldma/Universal.Torrent

Public Methods

Method Description
HandlePeerConnected ( PeerId id, Direction direction ) : void
HashingMode ( TorrentManager manager, bool autostart ) : System.Threading
Tick ( int counter ) : void

Private Methods

Method Description
HashingComplete ( ) : void
PieceComplete ( object hash ) : void
QueueNextHash ( ) : void

Method Details

HandlePeerConnected() public method

public HandlePeerConnected ( PeerId id, Direction direction ) : void
id Universal.Torrent.Client.PeerConnections.PeerId
direction Direction
return void

HashingMode() public method

public HashingMode ( TorrentManager manager, bool autostart ) : System.Threading
manager TorrentManager
autostart bool
return System.Threading

Tick() public method

public Tick ( int counter ) : void
counter int
return void