Example #1
0
        public async Task <Core> StartTcpServer(int port, int backlog)
        {
            await CoreServer.StartAsync(port, backlog).ConfigureAwait(false);

            return(this);
        }