ZeroStream.CanRead property

Returns whether the current stream supports reading.

public override bool CanRead { get; }

Property Value

True if the stream supports reading; otherwise, false.

See Also