3 instantiations of HttpConnectionResponseContent
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (1)
141
Content = new
HttpConnectionResponseContent
()
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (1)
1043
Content = new
HttpConnectionResponseContent
(),
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (1)
663
var response = new HttpResponseMessage() { RequestMessage = request, Content = new
HttpConnectionResponseContent
() };
5 references to HttpConnectionResponseContent
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (2)
1081
var
responseContent = (
HttpConnectionResponseContent
)_response.Content;
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (2)
235
var
responseContent = (
HttpConnectionResponseContent
)_response.Content;
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (1)
830
((
HttpConnectionResponseContent
)response.Content).SetStream(responseStream);