TestimoX

API Reference

Class

ProxySettings

Namespace TestimoX.Infrastructure
Assembly TestimoX
Modifiers static

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: ProxyInfo

Attempts to read system proxy settings for the current user.

Returns

Proxy information (address and autodetect flag), or defaults when unavailable.