2 references to ReadAsync
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (2)
270
int ackBytesRead = await connection.
ReadAsync
(ackBuffer, 0, ackBuffer.Length, timeoutHelper.RemainingTime());
573
int size = await connection.
ReadAsync
(buffer, 0, buffer.Length, timeout);