在为 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吗?