ServerModuleHost.OnAccepted Method
Namespace: Rebex.Net.Servers.Core
Assembly: Rebex.FileServer.dll (version 7.0.9119)
OnAccepted(Socket)
Handles accepted connections.
Declaration
protected abstract void OnAccepted(Socket socket)
Parameters
Type | Name | Description |
---|---|---|
Socket | socket | Connection with the client. |