Click or drag to resize

BackgroundCopyFileIsDownloadedFromPeer Property

Gets a value that determines if any part of the file was downloaded from a peer.

Namespace:  usis.Net.Bits
Assembly:  usis.Net.Bits (in usis.Net.Bits.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
public bool IsDownloadedFromPeer { get; }

Property Value

Type: Boolean
true if any part of the file is downloaded from peer; otherwise, false.
See Also