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