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

Syntax

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

Parameters

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

See Also