Re: [mono-android] HttpWebRequest and ServicePoint.SetTcpKeepAlive

2013-02-28 Thread Nikola
Allright, that makes sense. Apologies for not realizing the difference. > ... when we rebase our products upon Mono 3.0, which we are doing for > Evolve ... Does this mean that sometime around the Evolve date (i.e. mid-April), there is going to be a new release based on Mono 3.0? Is there perhaps

Re: [mono-android] HttpWebRequest and ServicePoint.SetTcpKeepAlive

2013-02-28 Thread Jonathan Pryor
On Feb 28, 2013, at 12:26 PM, Nikola wrote: > On Mono for Android, this method does not seem to be available, which is a > bit strange, since I can see it on github - > https://github.com/mono/mono/blob/master/mcs/class/System/System.Net/ServicePointManager.cs#L278. > Seeing on github doesn't

[mono-android] HttpWebRequest and ServicePoint.SetTcpKeepAlive

2013-02-28 Thread Nikola
I am using SetTcpKeepAlive method (http://msdn.microsoft.com/en-us/library/system.net.servicepointmanager.settcpkeepalive.aspx) to distinguish between those cases when a particular HttpWebRequest takes long time to complete and when there is a network failure. On Mono for Android, this method doe