ServerModuleHost.Accept Method
Namespace: Rebex.Net.Servers.Core
Assembly: Rebex.FileServer.dll (version 7.0.9448)
Accept(Socket)
Starts handling accepted connection.
Declaration
public void Accept(Socket socket)
Parameters
| Type | Name | Description |
|---|---|---|
| Socket | socket | Connection with the client. |