Example #1
0
 public async Task Send()
 {
     foreach (var aConnection in _webSocketServer.GetAllConnections())
     {
         await aConnection.Send(DateTime.Now.ToString());
     }
 }