The underlying storage for the ByteBuffer

Namespace:  Kaazing.HTML5
Assembly:  Kaazing.Gateway (in Kaazing.Gateway.dll)

Syntax

Visual Basic
Public Function Array As Byte()
C#
public byte[] Array()
Visual C++
public:
array<unsigned char>^ Array()

Return Value

The underlying byte array

See Also