开发者

Is there an up-to-date version of the AlchemiAPI for C#?

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开发者_StackOverflow中文版. Is there an up-to-date api somewhere?


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜