Click or drag to resize
InjectableStreamCanWrite Property
Gets a value indicating whether we can write.

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

Property Value

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