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