Type alias ProxySystemInfo

ProxySystemInfo: {
    autoConfigUrl: string;
    bypass: string;
    enabled: boolean;
    proxy: string;
}

Type declaration

  • 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.

Generated using TypeDoc