Zentitle2 SDK utilizes .NET HttpClient class to handle API requests. By default, HttpClient will use system proxy settings. This can be changed in HttpClientHandler by setting UseProxy property to false. You can also override Proxy on the HttpClient level if you need to.