Initializes a new instance of the SubsystemSession class.
Namespace: Renci.SshNet.SftpAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
Parameters
- session
- Type: Renci.SshNet Session
The session.
- subsystemName
- Type:
System String
Name of the subsystem.
- operationTimeout
- Type:
System TimeSpan
The operation timeout.
Exceptions
| Exception | Condition |
|---|---|
| session | |
| session or subsystemName is null. |
See Also