Re: [Mono-list] HttpWebRequest differently compared to HttpWebRequest on .Net.

2012-03-13 Thread marten.ekb...@relevo.se
I run on 2-10-8. What version do I need? /mårten Skickat från min iPad 13 mar 2012 kl. 17:09 skrev GonzaloP [via Mono] ml-node+s1490590n4469464...@n4.nabble.commailto:ml-node+s1490590n4469464...@n4.nabble.com: On Fri, Mar 9, 2012 at 4:37 AM, [hidden

[Mono-list] HttpWebRequest differently compared to HttpWebRequest on .Net.

2012-03-09 Thread marten.ekb...@relevo.se
I have created a client app that communicates with a web service that uses the Comet way of sending events to a client. To do that I start a “long-living” HttpWebRequest to the server. The server communicates back to the client by sending chunked content (Transfer-Encoding: chunked). Individual