Gets or sets the size in bytes of a chunk which will be transferred on a server.

Namespace:  ElementIT.UltimateUploader
Assembly:  ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.4.0.17128 (1.4.0)

Syntax

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

Field Value

The size in bytes of the chunks sent to the server.

Remarks

The zero value means the automatic size selection.

See Also