Tutorial: system.updateProxySettings

system.updateProxySettings

Update the OpenFin Runtime Proxy settings.

Example

fin.desktop.System.updateProxySettings("type", "proxyAddress", 8080, function () {
    console.log('success');
}, function (err){
    console.log(err);
});