AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface ProxySystemInfo

    interface ProxySystemInfo {
        autoConfigUrl: string;
        bypass: string;
        enabled: boolean;
        proxy: string;
    }
    Index
    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.