DownloadEventArgs Class
From HD.Common
| DownloadEventArgs Class | Helper帮助文档 |
下载数据参数
Inheritance Hierarchy
HD.CommonDownloadEventArgs
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class DownloadEventArgs : EventArgs
Public Class DownloadEventArgs Inherits EventArgs
public ref class DownloadEventArgs : public EventArgs
type DownloadEventArgs = class inherit EventArgs end
The DownloadEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DownloadEventArgs | Initializes a new instance of the DownloadEventArgs class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| BytesReceived |
已接收的字节数
| |
| ReceivedData |
当前缓冲区接收的数据
| |
| TotalBytes |
总字节数
|
See Also