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