Esempio n. 1
0
 private async void btnPing_Click(Object sender, EventArgs e)
 {
     await _Client.PingAsync().ConfigureAwait(false);
 }