Show / Hide Table of Contents

Interface IPeerWithMessaging

Inherited Members
IPeer.AmRequestingPiecesCount
IPeer.BitField
IPeer.CanRequestMorePieces
IPeer.DownloadSpeed
IPeer.IsAllowedFastPieces
IPeer.IsChoking
IPeer.IsSeeder
IPeer.MaxPendingRequests
IPeer.RepeatedHashFails
IPeer.SuggestedPieces
IPeer.SupportsFastPeer
IPeer.TotalHashFails
IPeer.CanCancelRequests
IPeer.PreferredRequestAmount(Int32)
Namespace: MonoTorrent.Client.PiecePicking
Assembly: MonoTorrent.dll
Syntax
public interface IPeerWithMessaging : IPeer

Methods

EnqueueCancellation(BlockInfo)

Declaration
void EnqueueCancellation(BlockInfo request)
Parameters
Type Name Description
BlockInfo request

EnqueueCancellations(IList<BlockInfo>)

Declaration
void EnqueueCancellations(IList<BlockInfo> requests)
Parameters
Type Name Description
System.Collections.Generic.IList<BlockInfo> requests

EnqueueRequest(BlockInfo)

Declaration
void EnqueueRequest(BlockInfo request)
Parameters
Type Name Description
BlockInfo request

EnqueueRequests(IList<BlockInfo>)

Declaration
void EnqueueRequests(IList<BlockInfo> requests)
Parameters
Type Name Description
System.Collections.Generic.IList<BlockInfo> requests
In This Article
Back to top Generated by DocFX