Click or drag to resize
PackerPackBinaryHeader Method
Bookkeep byte length to be packed on current stream as the bytes do not represent well formed encoded string.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public Packer PackBinaryHeader(
	int length
)

Parameters

length
Type: SystemInt32
Byte length.

Return Value

Type: Packer
This instance.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThis instance has been disposed.
See Also