SftpFileStream CanRead Property SSH .NET Client Library Documentation
Gets a value indicating whether the current stream supports reading.

Namespace: Renci.SshNet.Sftp
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public override bool CanRead { get; }

Return Value

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