Click or drag to resize

BackgroundCopyFileRangeOffset Property

Gets or sets the offset to the beginning of the range of bytes to download from a file.

Namespace:  usis.Net.Bits
Assembly:  usis.Net.Bits (in usis.Net.Bits.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
public long Offset { get; set; }

Property Value

Type: Int64
The zero-based offset to the beginning of the range of bytes to download from a file.
See Also