Exemple #1
0
 public override Task FlushAsync(CancellationToken cancellationToken)
 {
     return(InternalStream.FlushAsync(cancellationToken));
 }