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