UploadProgressEventArgs
Wisej.Web.UploadProgressEventArgs
Last updated
Wisej.Web.UploadProgressEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides data for the Progress event.
Initializes a new instance of the UploadProgressEventArgs class with the specified error message.
Name | Type | Description |
---|---|---|
loaded | The number of bytes transferred. This doesn't include headers and other overhead, but only the content itself. | |
total | The total number of bytes of content that will be transferred. If the total size is unknown, this value is zero. |
Int64: The number of bytes transferred.
Int64: The total number of bytes of content that will be transferred.
Name | Description |
---|---|