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