ProgressChangedEventArgs Class Members
In This Topic
The following tables list the members exposed by
ProgressChangedEventArgs.
Public Constructors
Public Fields
| Name | Description |
  | Empty | Provides a value to use with events that do not have event data. (Inherited from System.EventArgs) |
Public Properties
| Name | Description |
 | BytesTotal | Gets the count of bytes that should be uploaded to HTTP server. |
 | BytesUploaded | Gets the count of bytes that already uploaded to HTTP server. |
 | StatusCode | Gets the current status code. |
 | StatusString | Gets the current status string. |
See Also