Pdftools SDK
Loading...
Searching...
No Matches
TPdfTools_HttpClientHandler Class Reference

The handler and options for communication to remote server. More...

#include <PdfTools_Types.h>

Detailed Description

The handler and options for communication to remote server.

This class can be used to configure HTTP and HTTPS communication.

Also see PdfTools_Sdk_GetProxy for the product wide proxy configuration.

For HTTPS (SSL/TLS) communication, the server certificate's trustworthiness is verified using the system's default trust store (CA certificate store). If the server certificate's trustworthiness cannot be determined, the connection to the server is aborted.

The default trust store is:

You can add more certificates to the trust store using PdfTools_HttpClientHandler_AddTrustedCertificate.

Instances of this class can be used in multiple threads concurrently, as long as they are not modified concurrently.


The documentation for this class was generated from the following file: