ServerModuleHost Class
Namespace: Rebex.Net.Servers.Core
Assembly: Rebex.FileServer.dll (version 7.0.9119)
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 |
---|---|
ServerModuleHost(Server) | Creates a new instance of module host. |
Methods
Name | Description |
---|---|
Accept(Socket) | Starts handling accepted connection. |
Add(ServerModule) | Add the specified module to this host. |
Dispose() | Disposes the server module host. |
OnAccepted(Socket) | Handles accepted connections. |
Remove(ServerModule) | Remove the specified module from this host. |