Exemplo n.º 1
0
 public override void Flush()
 {
     ThrowIfDisposed();
     UnderlyingStream.Flush();
 }
Exemplo n.º 2
0
 public override void Flush()
 {
     UnderlyingStream.Flush();
 }
Exemplo n.º 3
0
 public override void Flush()
 {
     UnderlyingStream.Flush();
     Bytes = new List <byte>();
 }