Base:
method
ReadAsync
System.ServiceModel.Channels.DelegatingStream.ReadAsync(System.Memory<System.Byte>, System.Threading.CancellationToken)
1 reference to ReadAsync
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\TimeoutStream.cs (1)
79return await ReadAsync(new Memory<byte>(buffer, offset, count), cancellationToken);