API Reference
Class
ProxySettings
Provides methods to retrieve system proxy settings. Attempts to use WinHTTP/WinINET APIs on Windows and falls back to reading the Internet Settings registry key.
Inheritance
- Object
- ProxySettings
Methods
public static ProxyInfo GetSystemProxy() #Returns:
ProxyInfoAttempts to read system proxy settings for the current user.
Returns
Proxy information (address and autodetect flag), or defaults when unavailable.