Gets or sets the mode defining automatically or manually the sizes of chunks will be defined.

Namespace:  UltimateUploader
Assembly:  UltimateUploader (in UltimateUploader.dll) Version: 1.4.0.0 (1.4.0)

Syntax

C#
public ChunkModes ChunkMode { get; set; }
Visual Basic (Declaration)
Public Property ChunkMode As ChunkModes
Visual C++
public:
property ChunkModes ChunkMode {
	ChunkModes get ();
	void set (ChunkModes value);
}

Field Value

The chunk mode.

Remarks

If this property is Auto, the chunk size will be assigned automatically to the optimal value for current network speed of user connection with the server. It is recommended to leave this value Auto, however you can set this property to Manual and define the chunk size manually by means of property ChunkSize.

See Also