Skip to main content
Home Forums Silverlight Programming Report a Silverlight Bug SilverLight HttpWebRequest missing HTTP chunked encoding
1 replies. Latest Post by lingbing on July 2, 2009.
(0)
jd21
Member
0 points
1 Posts
07-02-2009 6:39 AM |
The HttpWebRequest in Silverlight is missing the 'SendChunked' property found on the regular HttpWebRequest in the .Net Framework.
lingbing
Contributor
2249 points
406 Posts
07-02-2009 9:34 PM |
Hi, it is a pity that silverlight version HttpWebRequest and HttpWebResponse doesn't support chunking, it is so disappointed that if we want download or upload a big file, we should divide it and send several requests, it means after recieving one response, send another till the task completes.
Wish MS supports full function for HttpWebRequest&HttpWebResponse!
Regards!