This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.IsRequestCompletelyReceived Property

Gets value indicating whether the request is completely received.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public ReadOnly Property IsRequestCompletelyReceived As Boolean
C#
public bool IsRequestCompletelyReceived { get; }

Property Value

true if the request is completely received; otherwise, false. A false value means the upload cancellation.

Remarks

You can use this property to perform a request integrity check.

See Also

Reference