UploadFileProgressChangedEventArgs Class

Arguments for the UploadFileProgressChanged event.

Constructors

Name Description
UploadFileProgressChangedEventArgs(float, long, long) Creates a new instance of the UploadFileProgressChangedEventArgs class.

Properties

Name Type Description
BytesSent System.Int Amount of bytes sent.
BytesToSend System.Int Amount of bytes to send.
Progress System.Single Upload progress.