コード例 #1
0
 public Task FlushAsync(CancellationToken cancellationToken = default)
 {
     return(_innerStream.FlushAsync(cancellationToken));
 }