是否有适用于 C# 的 AlchemiAPI 的最新版本?

发布于 2024-12-07 18:07:19 字数 727 浏览 0 评论 0原文

当编译当前的 C# Alchemi API 时,我收到以下消息:

AlchemyAPI.cs(670,16): warning CS0618: 'System.Net.GlobalProxySelection' is obsolete: 'This class has been deprecated.
        Please use WebRequest.DefaultWebProxy instead to access and set the global default proxy. Use 'null' instead of
        GetEmptyWebProxy. http://go.microsoft.com/fwlink/?linkid=14202'
AlchemyAPI.cs(681,16): warning CS0618: 'System.Net.GlobalProxySelection' is obsolete: 'This class has been deprecated.
        Please use WebRequest.DefaultWebProxy instead to access and set the global default proxy. Use 'null' instead of
        GetEmptyWebProxy. http://go.microsoft.com/fwlink/?linkid=14202'

这让我相信 API 可能已经过时了。某处有最新的 api 吗?

When compiling the current Alchemi API for C# I get the following messages:

AlchemyAPI.cs(670,16): warning CS0618: 'System.Net.GlobalProxySelection' is obsolete: 'This class has been deprecated.
        Please use WebRequest.DefaultWebProxy instead to access and set the global default proxy. Use 'null' instead of
        GetEmptyWebProxy. http://go.microsoft.com/fwlink/?linkid=14202'
AlchemyAPI.cs(681,16): warning CS0618: 'System.Net.GlobalProxySelection' is obsolete: 'This class has been deprecated.
        Please use WebRequest.DefaultWebProxy instead to access and set the global default proxy. Use 'null' instead of
        GetEmptyWebProxy. http://go.microsoft.com/fwlink/?linkid=14202'

which lead me to believe that maybe the api may be outdated. Is there an up-to-date api somewhere?

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

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

发布评论

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

评论(1

帥小哥 2024-12-14 18:07:19

一位社区成员最近分叉了 AlchemyAPI C# SDK,您可以在 GitHub。。这是当前可用的最新版本。

A community member recently forked the AlchemyAPI C# SDK, and you can access it on GitHub.. That is the most up-to-date version currently available.

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