Click or drag to resize
UnpackingStreamCanWrite Property
Gets a value indicating whether the current stream supports writing.

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

Property Value

Type: Boolean
Always false.
See Also