v2.0.6
- 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.