Click or drag to resize

BackgroundCopyJobAddFile Method (String, String, BackgroundCopyFileRange)

Adds a file to a download job and specifies the ranges of the file you want to download.

Namespace:  usis.Net.Bits
Assembly:  usis.Net.Bits (in usis.Net.Bits.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
public void AddFile(
	string remoteUrl,
	string localName,
	params BackgroundCopyFileRange[] ranges
)

Parameters

remoteUrl
Type: SystemString
The URL of the file on the server.
localName
Type: SystemString
The name of the file on the client.
ranges
Type: usis.Net.BitsBackgroundCopyFileRange
An array of one or more BackgroundCopyFileRange structures that specify the ranges to download. Do not specify duplicate or overlapping ranges.
See Also