コード例 #1
0
 private async Task Connected()
 {
     _clientLogger.Log("Connection happened");
     await _clientListener.OnConnected();
 }