Click or drag to resize
UnpackingStreamLength Property
Gets the length in bytes of the stream.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public override sealed long Length { get; }

Property Value

Type: Int64
A long value representing the length of the raw binary length. This value must be between 0 and MaxValue.
Exceptions
ExceptionCondition
ObjectDisposedException Methods were called after the stream was closed.
Remarks
This property never throws NotSupportedException even if CanSeek is false.
See Also