如何通过http代理objective c加载xml?

发布于 2024-12-04 08:46:12 字数 128 浏览 0 评论 0原文

我为 mac 开发非常基本的程序。该程序使用 NSXMLParser 和 NSURLConnection 读取 xml 文件。我需要使用http代理服务器(不是系统代理)加载URL。有人知道该怎么做吗?谢谢。

I developing very basic program for mac. The program read xml file using NSXMLParser with NSURLConnection. I need to load URL using http proxy server (not system proxy). Is anyone knows how to do it? Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

仅冇旳回忆 2024-12-11 08:46:12

如果您查看 文档对于 NSURLConnection,他们会告诉你需要实现 NSURLConnectionDelegate 协议中的回调方法,并会给你详细信息。

该页面还指向几个示例以及示例代码。

您还可以查看 URL 加载系统编程指南(位于developer.apple.com),它将为您提供有关如何使用这些类的更多信息。

If you check out the docs for NSURLConnection, they will tell you that you need to implement the callback methods in the NSURLConnectionDelegate protocol, and will give you details.

That page also points to several examples, with sample code.

You can also check out the URL Loading System Programming Guide at developer.apple.com, which will give you additional information on how these classes can be used.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文