StreamTools ThreadSafeStream CanRead Property NetworkComms.Net Help
When overridden in a derived class, gets a value indicating whether the current stream supports reading.

Namespace: NetworkCommsDotNet.Tools
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public override bool CanRead { get; }

Return Value

Type: OnlineBoolean
true if the stream supports reading; otherwise, false.
See Also