C# Class Universal.Torrent.Client.PiecePicking.IgnoringPicker

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

Méthodes publiques

Méthode Description
IgnoringPicker ( BitField bitfield, PiecePicker picker ) : System.Collections.Generic
IsInteresting ( BitField bitfield ) : bool
PickPiece ( PeerId id, BitField peerBitfield, List otherPeers, int count, int startIndex, int endIndex ) : MessageBundle

Method Details

IgnoringPicker() public méthode

public IgnoringPicker ( BitField bitfield, PiecePicker picker ) : System.Collections.Generic
bitfield BitField
picker PiecePicker
Résultat System.Collections.Generic

IsInteresting() public méthode

public IsInteresting ( BitField bitfield ) : bool
bitfield BitField
Résultat bool

PickPiece() public méthode

public PickPiece ( PeerId id, BitField peerBitfield, List otherPeers, int count, int startIndex, int endIndex ) : MessageBundle
id Universal.Torrent.Client.PeerConnections.PeerId
peerBitfield BitField
otherPeers List
count int
startIndex int
endIndex int
Résultat MessageBundle