AboutSupportDeveloper GuideVersion 44.142.100.18
interface ProxyConfig {
    proxyAddress: string;
    proxyPort: number;
    type: string;
}

Properties

proxyAddress: string

The configured proxy address.

proxyPort: number

The configured proxy port.

type: string