Члены типа ProgressChangedEventArgs Class
В этом разделе
В следующих таблицах перечислены элементы, предоставляемые
ProgressChangedEventArgs.
Публичные Конструкторы
Публичные Поля
| | Имя | Описание |
  | Empty | Provides a value to use with events that do not have event data. (Наследуется от System.EventArgs) |
Публичные Свойства
| | Имя | Описание |
 | 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. |
Смотрите также