Hi Experts,
i have a console app that interacts with parature from my Microsoft dynamics crm 2016. Everything works fine until i found my console app will be hosted in a an environment where there will be no internet.
i would like to know how can i enable proxy in my code? I am passing below credentials as parameter to Parature service.
var creds = new ParaCredentials(token, serverUrl,
ParaEnums.ApiVersion.v1, accountId, deptId, false);
any help on this is much appreciated!
*This post is locked for comments
I have the same question (0)