You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 28, 2026. It is now read-only.
The Google and Microsoft providers are explicitly always setting the Proxy on the web request, even if it is null. Which makes it cumbersome to use the default system proxy. And it causes the requests to ignore it if you supply this in your .config:
The MapQuest geocoder does this. The Yahoo Geocoder doesn't seem to support proxies at all. Not only that, the property should really be changed to an IWebProxy instead of WebProxy. Because even if I manually wanted to set the provider to use the default proxy, System.Net.WebRequest.DefaultWebProxy returns the interface (IWebProxy) and not the class (WebProxy).