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

Syntax

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

Parameters

dst
Type: array<System..::..Byte>[]()[][]

See Also