예제 #1
0
파일: LeechServer.cs 프로젝트: vlshl/pulxer
 public void Close()
 {
     _core.Close();
 }
예제 #2
0
 public async Task <bool> CloseAsync()
 {
     _core.Close();
     return(await _socket.CloseAsync());
 }