Base:
method
WriteAsync
System.IO.Stream.WriteAsync(System.Byte[], System.Int32, System.Int32, System.Threading.CancellationToken)
1 reference to WriteAsync
mscorlib (1)
system\io\unmanagedmemorystreamwrapper.cs (1)
194
return _unmanagedStream.
WriteAsync
(buffer, offset, count, cancellationToken);