Click or drag to resize
UnpackerUnderlyingStream Property
Gets the underlying stream to handle direct API.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
protected virtual Stream UnderlyingStream { get; }

Property Value

Type: Stream

[Missing <value> documentation for "P:MsgPack.Unpacker.UnderlyingStream"]

Exceptions
ExceptionCondition
NotSupportedException This instance does not supoort direct API.
See Also