Click or drag to resize
PackerPackRawHeaderCore 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 PackStringHeaderCore(Int32) or Use PackBinaryHeaderCore(Int32) instead.")]
protected void PackRawHeaderCore(
	int length
)

Parameters

length
Type: SystemInt32
Byte length.

Return Value

Type: 
This instance.
Remarks
This method acts as alias of PackStringHeaderCore(Int32) for compatibility.
See Also