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.6.0.18556 (1.6.0)

Syntax

C#
public long ChunkSize { get; set; }
Visual Basic
Public Property ChunkSize As Long
	Get
	Set
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