Gets or sets a value indicating whether request for each chunk should be encoded with multipart encoding.
Namespace: ElementIT.UltimateUploaderAssembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.6.0.18556 (1.6.0)
Syntax
| C# |
|---|
public bool ChunkMultipart { get; set; } |
| Visual Basic |
|---|
Public Property ChunkMultipart As Boolean
Get
Set |
| Visual C++ |
|---|
public:
property bool ChunkMultipart {
bool get ();
void set (bool value);
} |
Field Value
true to encode each chunk in mulpart encoding; otherwise,
false.
See Also