ShellModule.CreateHost Method
Namespace: Rebex.Net.Servers.Core
Assembly: Rebex.FileServer.dll (version 7.0.9119)
CreateHost(Server)
Creates a module host for this module to be used by the specified server. Inherited from SshSubsystemModule.
Declaration
protected override ServerModuleHost CreateHost(Server server)
Parameters
Type | Name | Description |
---|---|---|
Server | server | Server that will use the module host. |
Returns
Type | Description |
---|---|
ServerModuleHost | Module host for this module. |