DownloadEventArgs.ReceivedData Property

HD.Common

DownloadEventArgsReceivedData Property Helper帮助文档
当前缓冲区接收的数据

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public byte[] ReceivedData { get; set; }
Public Property ReceivedData As Byte()
	Get
	Set
public:
property array<unsigned char>^ ReceivedData {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}
member ReceivedData : byte[] with get, set

Property Value

Type: Byte
See Also

Reference