Example #1
0
 public void EndWrite(IAsyncResult asyncResult)
 {
     _encryptStream.EndWrite(asyncResult);
 }