コード例 #1
0
 public void Close()
 {
     ByteStreamLogic = null;
     if (DataStream != null)
     {
         try
         {
             DataStream.Close();
             DataStream.Dispose();
         }
         catch (Exception)
         {
         }
         DataStream = null;
     }
     //Bytes = null;
 }
コード例 #2
0
ファイル: FileTransfer.cs プロジェクト: quangfox/Voip
 public void Close()
 {
     ByteStreamLogic = null;
     Bytes           = null;
 }