Click or drag to resize
InjectableStreamCanRead Property
Gets a value indicating whether we can read.

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public override bool CanRead { get; }

Property Value

Type: Boolean
true if we can read, false if not.
See Also