Base:
method
ReadAsync
System.ServiceModel.Channels.ConnectionStream.ReadAsync(System.Byte[], System.Int32, System.Int32, System.Threading.CancellationToken)
2 references to ReadAsync
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\SingletonConnectionReader.cs (2)
535return new ValueTask<int>(ReadAsync(array.Array!, array.Offset, array.Count, cancellationToken)); 539return FinishReadAsync(ReadAsync(sharedBuffer, 0, buffer.Length, cancellationToken), sharedBuffer, buffer);