record TInternetConfig
Unit
internetaccess
Declaration
type TInternetConfig = record
Description
Overview
Fields
Methods
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)
|
Methods
procedure setProxy(proxy: string); |
|
Generated by PasDoc 0.14.0.
|