3 types derived from HttpContentStream
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\HttpContentReadStream.cs (1)
12internal abstract class HttpContentReadStream : HttpContentStream
System\Net\Http\SocketsHttpHandler\HttpContentWriteStream.cs (1)
13private abstract class HttpContentWriteStream : HttpContentStream
System\Net\Http\SocketsHttpHandler\RawConnectionStream.cs (1)
14private sealed class RawConnectionStream : HttpContentStream
1 reference to HttpContentStream
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
607if (stream is HttpContentStream contentStream && contentStream._connection?._stream is Stream innerStream)