是否有适用于 C# 的 AlchemiAPI 的最新版本?
当编译当前的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一位社区成员最近分叉了 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.