When creating a session as shown in Example "1.1. PlatformSession" I cannot find any arguments to specify a web proxy. Is there a way to set these arguments or how could I implement such a requirement?
Regards,
Martin
When creating a session as shown in Example "1.1. PlatformSession" I cannot find any arguments to specify a web proxy. Is there a way to set these arguments or how could I implement such a requirement?
Regards,
Martin
Hi @martin.grunwald,
I think the .NET library will automatically use the system proxy settings - so there is no need to explicitly provide proxy information in the arguments.
Our users need more fine grained controls as to what application has what access rights. One system global (per user) setting is not sufficient for them.
Hi @martin.grunwald ,
Please refer to proxy setting guide for HTTP client which is used by the .NET library - Refer to this: https://docs.microsoft.com/en-us/dotnet/api/system.net.http.httpclient.defaultproxy?view=net-5.0