ServerModule Class
Namespace: Rebex.Net.Servers.Core
Assembly: Rebex.FileServer.dll (version 7.0.9448)
Represents a server module implementing a protocol.
Syntax
public abstract class ServerModule
Inherited Members
Constructors
| Name | Description |
|---|---|
| ServerModule(String) | Creates a new instance of base server module class with the specified name. |
Properties
| Name | Description |
|---|---|
| Name | Gets module name. |
Methods
| Name | Description |
|---|---|
| CreateHost(Server) | Creates a module host for this module to be used by the specified server. |
| GetDefaultPort() | Returns a default TCP port used by this module. |