标签: xamarin.ios monodevelop
是否有可以在MonoTouch中使用的WebClient对象?
答案 0 :(得分:2)
您可以使用“标准”WebClient。查看示例here。有人报告说,https在monotouch中存在问题,因此您可能会找到一种解决方法here
编辑 https(SSL / TLS)支持已在MonoTouch中使用了几年
答案 1 :(得分:2)
使用.NET API显示http,https的完整示例以及使用Cocoa API的示例可在以下位置找到:
简短排序的故事是:只需像使用常规.NET一样使用System.Net.WebRequest