The following tables list the members exposed by UploadCompleteEventArgs.
Name | Description | |
---|---|---|
![]() | UploadCompleteEventArgs Constructor | Initializes a new instance of the UploadCompleteEventArgs class. |
Name | Description | |
---|---|---|
![]() | AverageTransferSpeed | The average transfer speed of the upload operation. |
![]() | BytesTransferred | The total bytes transferred during the upload operation. |
![]() | ElapsedTime | The elapsed time for the upload operation. |
![]() | FailedUploads | A list of files that failed to upload. |
![]() | Files | A list of files that were successfully uploaded. |
![]() | RequestSize | The size of the Post message requesting the upload. |