Update the OpenFin Runtime Proxy settings.
Example
fin.desktop.System.updateProxySettings("type", "proxyAddress", 8080, function () {
console.log('success');
}, function (err){
console.log(err);
});
Update the OpenFin Runtime Proxy settings.
fin.desktop.System.updateProxySettings("type", "proxyAddress", 8080, function () {
console.log('success');
}, function (err){
console.log(err);
});