Skip to content

4.2.0

Choose a tag to compare

@lorenzobruni lorenzobruni released this 20 Oct 10:10
· 58 commits to master since this release

API.Utility static class fixed:

  • API.Utility.IpAddress suppressed. Use the public API.Utility.GetIP() instead.
  • API.Utility.UserAgent suppressed. Use the public API.Utility.GetUserAgent() instead.
  • API.Utility.HttpGET suppressed. Use the JSONRPC_API and RESTful_API public member httpGET.
  • API.Utility.HttpPOST suppressed. Use the JSONRPC_API and RESTful_API public member httpPOST.