Gets a value indicating whether the current stream supports reading.
Namespace: Renci.SshNetAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
public override bool CanRead { get; }public override bool CanRead { get; }Public Overrides ReadOnly Property CanRead As Boolean
Get
Public Overrides ReadOnly Property CanRead As Boolean
Get
public:
virtual property bool CanRead {
bool get () override;
}public:
virtual property bool CanRead {
bool get () override;
}Return Value
true if the stream supports reading; otherwise, false.