Click or drag to resize
PackerPosition Property
Get current position of underlying stream.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public virtual long Position { get; }

Property Value

Type: Int64
Opaque position value of underlying stream.
Exceptions
ExceptionCondition
NotSupportedException A class of this instance does not support seek.
See Also