3 types derived from HttpContentReadStream
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\ChunkedEncodingReadStream.cs (1)
15
private sealed class ChunkedEncodingReadStream :
HttpContentReadStream
System\Net\Http\SocketsHttpHandler\ConnectionCloseReadStream.cs (1)
12
private sealed class ConnectionCloseReadStream :
HttpContentReadStream
System\Net\Http\SocketsHttpHandler\ContentLengthReadStream.cs (1)
13
private sealed class ContentLengthReadStream :
HttpContentReadStream
2 references to HttpContentReadStream
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (2)
2078
HttpContentReadStream
? responseStream = stream as
HttpContentReadStream
;