Hi All,
I am having an issue with setting the Proxy, it seems RestClient has changed how you set the proxy and
this.httpClient.Proxy = proxy;
as suggested in the SDK is no longer valid. Is there an updated way to set the WebProxy? I have confirmed via CURL that my token is good and the endpoint is reachable once the proxy is set. I am developing using visual studio 2022 and .net 8
github link for reference:
https://github.com/smartsheet-platform/smartsheet-csharp-sdk/blob/master/ADVANCED.md