UploadItemChunk Class
Represents details for a chunk of an upload item.
Namespace: GleamTech.FileUltimate.AspNet.UIAssembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 9.8.2
public sealed class UploadItemChunk : IDisposable
Public NotInheritable Class UploadItemChunk
Implements IDisposable
- Inheritance
- Object UploadItemChunk
- Implements
- IDisposable
| Index | Gets the zero-based index for the upload item chunk. |
| OwnerItem | Gets the owner item of the upload item chunk. |
| Stream | Gets the writing stream opened for the upload item chunk. |
| UploadedSize | Gets the uploaded size for the upload item chunk. |
| Dispose | Disposes the upload item chunk and the underlying writing stream. |