Class TSynapseInternetAccess

Unit

Declaration

type TSynapseInternetAccess = class(TInternetAccess)

Description

Internet access class using the Synapse library

Set defaultInternetAccessClass to TSynapseInternetAccess to use it.
You also have to install the Synapse package.
In contrast to native Synapse this will automatically load openssl, if it is called on HTTPS URLs.

Hierarchy

Overview

Fields

Public nested const SSLFallbackMaxVersion = TSSLType(ord(LT_SSHv2) - 1);
Public nested const SSLFallbackMinVersion = LT_TLSv1;

Methods

Public constructor create(); override;
Public constructor create(const internetConfig: TInternetConfig); override;
Public destructor destroy; override;
Public function internalHandle: TObject; override;

Description

Fields

Public nested const SSLFallbackMaxVersion = TSSLType(ord(LT_SSHv2) - 1);
 
Public nested const SSLFallbackMinVersion = LT_TLSv1;
 

Methods

Public constructor create(); override;
 
Public constructor create(const internetConfig: TInternetConfig); override;
 
Public destructor destroy; override;
 
Public function internalHandle: TObject; override;
 

Generated by PasDoc 0.16.0.