4 references to Read
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\ChunkedEncodingReadStream.cs (2)
73
int bytesRead = _connection.
Read
(buffer.Slice(0, (int)Math.Min((ulong)buffer.Length, _chunkBytesRemaining)));
93
_connection.
Read
(buffer);
System\Net\Http\SocketsHttpHandler\ConnectionCloseReadStream.cs (1)
27
int bytesRead = connection.
Read
(buffer);
System\Net\Http\SocketsHttpHandler\ContentLengthReadStream.cs (1)
37
int bytesRead = _connection.
Read
(buffer);