In one of my projects I am calling into a DotNet DLL - which uses System.Net.Http
- which allows setting a HTTP PROXY using an env called https_proxy
- how can I set this ENV for my Clarion APP so my DLL get’s it too?
I tried creating an {APP_NAME}.env
file according to env_file.htm [Clarion Community Help] but it doesn’t seem to do anything