Esempio n. 1
0
 public void Close()
 {
     _core.Close();
 }
Esempio n. 2
0
 public async Task <bool> CloseAsync()
 {
     _core.Close();
     return(await _socket.CloseAsync());
 }