AboutSupportDeveloper GuideVersion 38.126.82.64
interface ProxySystemInfo {
    autoConfigUrl: string;
    bypass: string;
    enabled: boolean;
    proxy: string;
}

Properties

autoConfigUrl: string

The auto configuration url.

bypass: string

The proxy bypass info.

enabled: boolean

Value to check if a proxy is enabled.

proxy: string

The proxy info.