Exemplo n.º 1
0
 public bool discard()
 {
     if (Socket_ == null)
     {
         return(true);
     }
     return(Socket_.Reset());
 }