http AccessType property
Return to Introduction  Previous page  Next page
Applies to
auHTTP and auAutoUpgrader components as subproperty of Proxy structure.  

Declaration
type  
  TauHTTPAccessType = (atPreconfig, atDirect, atProxy);  
 
property AccessType: TauHTTPAccessType;  

Description
The AccessType property controls how the auHTTP component should access the remote server to download data. The AccessType can be direct or via the proxy server. If you'd like to use the access type previously configured in the Control Panel — leave the AccessType = atPreconfig.  
 
Values   Meaning  
atPreconfigretrieves the proxy or direct configuration from the registry (user can configure the access type in the Control Panel);  
atDirectuses the direct connection and resolves all host names locally;  
atProxyaccess the remote data via the proxy server. Passes all requests to the proxy, unless a proxy bypass list is not empty and the name to be resolved bypasses the proxy. To specify the proxy server and port — use ProxyServer and ProxyPort properties. To configure bypass list — use ProxyBypass property.  

See also
ProxyServer, ProxyPort and ProxyBypass properties.  
File not found.