При компиляции текущего API Alchemi для C # я получаю следующие сообщения:
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?