Gets or sets the size in bytes of a chunk which will be transferred on a server.
Namespace:
UltimateUploaderAssembly: UltimateUploader (in UltimateUploader.dll) Version: 1.4.0.0 (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.