UnpackingStreamCanTimeout Property |
Gets a value that determines whether the current stream can time out.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public override sealed bool CanTimeout { get; }
Public Overrides NotOverridable ReadOnly Property CanTimeout As Boolean
Get
public:
virtual property bool CanTimeout {
bool get () override sealed;
}
abstract CanTimeout : bool with get
override CanTimeout : bool with get
Property Value
Type:
Boolean
A value that determines whether the current stream can time out.
Exceptions See Also