StartByte Property
The byte offset from which to start download.
Syntax
[VB.NET] Public Property StartByte As Long
[C#] public long StartByte {get; set;}
Remarks
This property may be set to resume a download. This specifies the offset in the file from which to resume. See Download for details about resuming downloads.
Note: Resuming uploads is not currently supported.
This property is not available at design time.
Default Value
0