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 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. One way or another, is there some alternative way to use TCP's KeepAlive packets on Android? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/HttpWebRequest-and-ServicePoint-SetTcpKeepAlive-tp5712962.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
