2 types derived from HttpServerResponseStream
System.Runtime.Remoting (2)
channels\http\httpstreams.cs (2)
51
internal sealed class HttpFixedLengthResponseStream :
HttpServerResponseStream
92
internal sealed class HttpChunkedResponseStream :
HttpServerResponseStream
1 reference to HttpServerResponseStream
System.Runtime.Remoting (1)
channels\http\httpstreams.cs (1)
497
private
HttpServerResponseStream
_responseStream = null; // response stream we handed out.