Data Property
Summary
Gets the data buffer for this packet of the data chunk.
Syntax
public byte[] Data { get; }
Public ReadOnly Property Data As Byte()
public:
property array<byte>^ Data {
array<byte>^ get();
}
Property Value
The data buffer for this packet of the data chunk.