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