Esempio n. 1
0
 public override void Close()
 {
     try {
         SslDirectCall.CloseNotify(this);
     } finally {
         base.Close();
     }
 }
Esempio n. 2
0
 public override void Close()
 {
     try {
         if (!sentCloseNotify)
         {
             SslDirectCall.CloseNotify(this);
             sentCloseNotify = true;
         }
     } finally {
         base.Close();
     }
 }