DownloadEventArgs Class

HD.Common

DownloadEventArgs Class Helper帮助文档
下载数据参数
Inheritance Hierarchy

SystemObject  SystemEventArgs
    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

  NameDescription
Public methodDownloadEventArgs
Initializes a new instance of the DownloadEventArgs class
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties

  NameDescription
Public propertyBytesReceived
已接收的字节数
Public propertyReceivedData
当前缓冲区接收的数据
Public propertyTotalBytes
总字节数
Top
See Also

Reference