SftpFileStream IsAsync Property SSH .NET Client Library Documentation
Gets a value indicating whether the FileStream was opened asynchronously or synchronously.

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

public virtual bool IsAsync { get; }

Field Value

true if this instance is async; otherwise, false.
See Also