ServerModuleHost.Add Method
Namespace: Rebex.Net.Servers.Core
Assembly: Rebex.FileServer.dll (version 8.0.9673)
Add(ServerModule)
Add the specified module to this host.
Declaration
protected virtual void Add(ServerModule module)
Parameters
| Type | Name | Description |
|---|---|---|
| ServerModule | module | Module to add. |