startServer
- void startServer(ushort port, int businessThreads, ushort protocolMagic, RequestCallback onRequest, OnSendCompleted onSendCompleted)
- void startServer(ushort port, ushort protocolMagic, RequestCallback onRequest, OnSendCompleted onSendCompleted, int businessThreads, int workerThreads)
- void startServer(string host, ushort port, ushort protocolMagic, RequestCallback onRequest, OnSendCompleted onSendCompleted, int businessThreads, int workerThreads)
appbase listener
aliasesfunctions