1 type derived from HttpInputStream
System.Web (1)
HttpInputStream.cs (1)
422
internal class HttpInputStreamFilterSource :
HttpInputStream
{
3 instantiations of HttpInputStream
System.Web (3)
HttpRequest.cs (2)
2440
_inputStream = new
HttpInputStream
(
2447
_inputStream = new
HttpInputStream
(null, 0, 0);
MultipartContentParser.cs (1)
56
new
HttpInputStream
(_data, _offset, _length));
6 references to HttpInputStream
System.Web (6)
HttpPostedFile.cs (2)
31
private
HttpInputStream
_stream;
33
internal HttpPostedFile(String filename, String contentType,
HttpInputStream
stream) {
HttpRequest.cs (3)
95
private
HttpInputStream
_inputStream;
2940
HttpInputStream
s = (
HttpInputStream
)this.InputStream;
OutputCacheModule.cs (1)
274
buf = ((
HttpInputStream
)request.InputStream).GetAsByteArray();