ServerModule.CreateHost Method
Namespace: Rebex.Net.Servers.Core
Assembly: Rebex.FileServer.dll (version 7.0.9448)
CreateHost(Server)
Creates a module host for this module to be used by the specified server.
Declaration
protected virtual 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. |