1 write to _responseMessage
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (1)
1554
_responseMessage
= _http2Stream._response;
4 references to _responseMessage
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (4)
1602
return http2Stream.ReadData(destination,
_responseMessage
);
1619
return http2Stream.ReadDataAsync(destination,
_responseMessage
, cancellationToken);
1626
http2Stream.CopyTo(
_responseMessage
, destination, bufferSize);
1636
http2Stream.CopyToAsync(
_responseMessage
, destination, bufferSize, cancellationToken);