record TInternetConfig

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TInternetConfig = record

Description

 

Overview

Fields

userAgent: string;
tryDefaultConfig: boolean;
useProxy: Boolean;
proxyHTTPName: string;
proxyHTTPPort: string;
proxyHTTPSName: string;
proxyHTTPSPort: string;
proxySOCKSName: string;
proxySOCKSPort: string;
connectionCheckPage: string;
checkSSLCertificates: boolean;
logToPath: string;

Methods

procedure setProxy(proxy: string);

Description

Fields

userAgent: string;

the user agent used when connecting

tryDefaultConfig: boolean;

should the system default configuration be used (not always supported, currently it only works with wininet)

useProxy: Boolean;

should a proxy be used

proxyHTTPName: string;

proxy used for HTTP

proxyHTTPPort: string;

proxy used for HTTP

proxyHTTPSName: string;

proxy used for HTTPS (not always supported, currently only with wininet)

proxyHTTPSPort: string;

proxy used for HTTPS (not always supported, currently only with wininet)

proxySOCKSName: string;

socks proxy

proxySOCKSPort: string;

socks proxy

connectionCheckPage: string;

url we should open to check if an internet connection exists (e.g. http://google.de)

checkSSLCertificates: boolean;

If ssl certificates should be checked in HTTPS connections (currently only for w32internetaccess)

logToPath: string;
 

Methods

procedure setProxy(proxy: string);
 

Generated by PasDoc 0.14.0.