Table of Contents

UploadItemChunk Class

Definition

Namespace
GleamTech.FileUltimate.AspNet.UI
Assembly
GleamTech.FileUltimate.dll

Represents details for a chunk of an upload item.

public sealed class UploadItemChunk : IDisposable
Inheritance
UploadItemChunk
Implements

Constructors

UploadItemChunk()

Properties

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.

Methods

Dispose()

Disposes the upload item chunk and the underlying writing stream.