SplitStreamContainer.CanRead

SplitStreamContainer.CanRead property

Gets a value indicating whether stream supports reading.

public override bool CanRead { get; }

Property Value

true if stream supports reading; otherwise, false.

See Also