SshSubsystemModule Constructor
Namespace: Rebex.Net.Servers.Core
Assembly: Rebex.FileServer.dll (version 7.0.9448)
SshSubsystemModule(String, String)
Creates a new instance of SSH subsystem module.
Declaration
public SshSubsystemModule(string name, string subsystemName)
Parameters
| Type | Name | Description |
|---|---|---|
| String | name | Module name. |
| String | subsystemName | SSH subsystem name. |