Click or drag to resize
PackerPackRawHeader Method

Note: This API is now obsolete.

Bookkeep byte length to be packed on current stream.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
[ObsoleteAttribute("Use PackStringHeader(Int32) or Use PackBinaryHeader(Int32) instead.")]
public Packer PackRawHeader(
	int length
)

Parameters

length
Type: SystemInt32
Byte length.

Return Value

Type: Packer
This instance.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThis instance has been disposed.
Remarks
This method acts as alias of PackStringHeader(Int32) for compatibility.
See Also