Esempio n. 1
0
 public override void Flush()
 {
     _streamInspector.Flushing();
     _baseStream.Flush();
     _streamInspector.Flushed();
 }