Base:
method
ReadAsync
System.IO.Stream.ReadAsync(System.Byte[], System.Int32, System.Int32, System.Threading.CancellationToken)
1 override of ReadAsync
mscorlib (1)
system\io\unmanagedmemorystreamwrapper.cs (1)
186public override Task<Int32> ReadAsync(Byte[] buffer, Int32 offset, Int32 count, CancellationToken cancellationToken) {