Page 1 of 1

HttpWebRequest & WebClient

Posted: Sat Sep 26, 2015 9:13 am
by sylvain
Hi.

In the dotNet framework, the implementation of WebClient is based on HttpWebRequest.

Is it the same in cshtml5, and can I use HttpWebRequest directly?
Are there any limitations when using it (in particular: can I use it for streaming too)?

Thanks.

Re: HttpWebRequest & WebClient

Posted: Wed Sep 30, 2015 8:44 am
by JS-Support @Userware
Hi sylvain

Thanks a lot for your message.

The HttpWebRequest class is still under development and is expected to be available in either the Beta 6 (Q4 2015) or the Beta 7 (Q1 2016). As you know, only the WebClient class can be used at the moment.

For reference, this is the page where you will find tutorials for using the WebClient class:
http://cshtml5.com/links/wcf-limitations-and-tutorials.aspx
(see the section about REST calls)

Regards,
JS-Support

Re: HttpWebRequest & WebClient

Posted: Tue Oct 06, 2015 4:47 am
by sylvain
That's nice anyway to know that HttpWebRequest will come! ;)

Will streaming/chunked encoding be supported?