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)
1043Content = new HttpConnectionResponseContent(),
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (1)
663var 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)
235var responseContent = (HttpConnectionResponseContent)_response.Content;
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (1)
830((HttpConnectionResponseContent)response.Content).SetStream(responseStream);