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

Properties

proxyAddress: string

The configured proxy address.

proxyPort: number

The configured proxy port.

type: string