UploadItemChunk Class

Represents details for a chunk of an upload item.

Definition

Namespace: GleamTech.FileUltimate.AspNet.UI
Assembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 8.8.7
C#
public sealed class UploadItemChunk : IDisposable
Inheritance
Object    UploadItemChunk
Implements
IDisposable

Constructors

UploadItemChunkInitializes a new instance of the UploadItemChunk class

Properties

IndexGets the zero-based index for the upload item chunk.
OwnerItemGets the owner item of the upload item chunk.
StreamGets the writing stream opened for the upload item chunk.
UploadedSizeGets the uploaded size for the upload item chunk.

Methods

DisposeDisposes the upload item chunk and the underlying writing stream.

See Also