boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - Size limit on HttpResponse.BinaryWrite?
相关主题
请教精通WCF的技术大牛。
不知阿里巴巴是如何实现静态分页的
有哪些方法可以提高网站的perfermance?
how to use ctrl+z?
Need Help: a very wierd Managed C++ interop problem
新手问个问题哈,关于C#的
如何从memory里提出image?
image with RadioButtonList c#
static or else?
.RDLC slow reports issue. Please!
相关话题的讨论汇总
话题: limit话题: size话题: byte话题: write话题: back
进入DotNet版参与讨论
1 (共1页)
D*****n
发帖数: 363
1
I use the BinaryWrite(byte[]) api to write a file back to the response
stream. I wonder if there's a limit on how big a byte array I can write
back. It goes through HTTP protocol, it has to have certain limit.
a9
发帖数: 21638
2
好像没有。

【在 D*****n 的大作中提到】
: I use the BinaryWrite(byte[]) api to write a file back to the response
: stream. I wonder if there's a limit on how big a byte array I can write
: back. It goes through HTTP protocol, it has to have certain limit.

k****i
发帖数: 1072
3
Better implement your own caching and streamming mechanism.There is a bug in
.net 1.1 when you stream back hugh file(say >100m). I don't know if it has
been fixed or not i 2.0

【在 D*****n 的大作中提到】
: I use the BinaryWrite(byte[]) api to write a file back to the response
: stream. I wonder if there's a limit on how big a byte array I can write
: back. It goes through HTTP protocol, it has to have certain limit.

1 (共1页)
进入DotNet版参与讨论
相关主题
.RDLC slow reports issue. Please!
小公司的网站也要用memcached之类的cache吗? (转载)
请教:第一个page产生的arraylist,如何在第二个page调用?
请问关于shared cache
问个c#的抓数据方面的问题
急问,如何准备关于Windows Media的Interview
How to read SSL Socket stream?
How to use openFileDialog() to save a binary file in .net C++
Solution suggestions? (转载)
贴一个Interview的题目
相关话题的讨论汇总
话题: limit话题: size话题: byte话题: write话题: back