How can I set Transfer-Encoding to chunked, explicitly or explicitly, in an ASP.NET response?
Posted
by Cheeso
on Stack Overflow
See other posts from Stack Overflow
or by Cheeso
Published on 2010-04-07T19:55:28Z
Indexed on
2010/04/09
17:23 UTC
Read the original article
Hit count: 408
Can I simply set the Transfer-Encoding
header?
Will calling Response.Flush()
at some point cause this to occur implicitly?
EDIT No, I Cannot call Response.Headers.Add("Transfer-Encoding","anything");
That throws.
any other input?
© Stack Overflow or respective owner