Is there a WebClient object that can be used in MonoTouch?
+2
A:
You may use the "standard" WebClient. See an example here. Someone reported that https is problematic in monotouch so you may find a workaround here
Elias Manesiotis
2009-09-16 14:18:11
+1
A:
A full sample that shows http, https using the .NET APIs as well as one using the Cocoa API is available in:
The short sort story is: just use System.Net.WebRequest as you would with regular .NET
miguel.de.icaza
2009-09-23 23:55:21
Broken url. Actual URL?
Bryan
2009-11-18 17:19:03
@Miguel, the url is a 404
Chris S
2010-02-01 23:22:25
fixed the url so nevermind
Chris S
2010-02-01 23:26:02