Example #1
0
 internal void EofRemote()
 {
     eof_remote = true;
     try
     {
         io.out_close();
     }
     catch (NullReferenceException) { }
 }