Click or drag to resize
UnpackingStreamCanTimeout Property
Gets a value that determines whether the current stream can time out.

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

Property Value

Type: Boolean
A value that determines whether the current stream can time out.
Exceptions
ExceptionCondition
ObjectDisposedException Methods were called after the stream was closed.
See Also