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

Inheritance: Mode
Afficher le fichier Open project: haroldma/Universal.Torrent

Méthodes publiques

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

Private Methods

Méthode Description
HashingComplete ( ) : void
PieceComplete ( object hash ) : void
QueueNextHash ( ) : void

Method Details

HandlePeerConnected() public méthode

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

HashingMode() public méthode

public HashingMode ( TorrentManager manager, bool autostart ) : System.Threading
manager TorrentManager
autostart bool
Résultat System.Threading

Tick() public méthode

public Tick ( int counter ) : void
counter int
Résultat void