views:

240

answers:

2

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
+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
Broken url. Actual URL?
Bryan
@Miguel, the url is a 404
Chris S
fixed the url so nevermind
Chris S