Question

Is there a WebClient object that can be used in MonoTouch?

Was it helpful?

Solution

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

EDIT https (SSL/TLS) support has been available in MonoTouch for a few years now

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top