1 type derived from HttpSocketHandler
System.Runtime.Remoting (1)
channels\http\httpstreams.cs (1)
483
internal sealed class HttpServerSocketHandler :
HttpSocketHandler
4 references to HttpSocketHandler
System.Runtime.Remoting (4)
channels\http\httpstreams.cs (4)
283
private
HttpSocketHandler
_inputStream = null; // read content data from here
286
internal HttpFixedLengthReadingStream(
HttpSocketHandler
inputStream, int contentLength)
338
private
HttpSocketHandler
_inputStream = null; // read chunked http data from here
346
internal HttpChunkedReadingStream(
HttpSocketHandler
inputStream)