CanRead

StreamContainer.CanRead property

Gets a value indicating whether stream supports reading.

public virtual bool CanRead { get; }

Property Value

true if stream supports reading; otherwise, false.

See Also