ServerModuleHost Class
Namespace: Rebex.Net.Servers.Core
Assembly: Rebex.FileServer.dll (version 7.0.9147)
Represents a server module host. Used by hostable modules such as SSH subsystems.
Syntax
public abstract class ServerModuleHost : IDisposable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
Server |
Creates a new instance of module host. |
Methods
Name | Description |
---|---|
Accept(Socket) | Starts handling accepted connection. |
Add(Server |
Add the specified module to this host. |
Dispose() | Disposes the server module host. |
On |
Handles accepted connections. |
Remove(Server |
Remove the specified module from this host. |