ServerModuleHost.Add Method
Namespace: Rebex.Net.Servers.Core
Assembly: Rebex.FileServer.dll (version 7.0.9119)
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. |