Gets value indicating whether the request is completely received.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public ReadOnly Property IsRequestCompletelyReceived As Boolean
public bool IsRequestCompletelyReceived { get; }
true
if the request is completely received; otherwise, false
. A false
value means the upload cancellation.
You can use this property to perform a request integrity check.