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