Skip to content

v2.0.6

Compare
Choose a tag to compare
@artemlos artemlos released this 22 Jul 08:02
· 400 commits to master since this release
  • Speed up methods by setting WebClient.Proxy to null instead of DefaultCredentials.

Before: On some computers, the WebClient attempted to find/use a default proxy server where no proxy server is explicitly configured (using default IE settings). This caused long delays during the first request to the Web API.

Now: By explicitly setting the proxy to be null, it should not take as much time.