Condividi tramite


WINHTTP_CURRENT_USER_IE_PROXY_CONFIG struttura (winhttp.h)

La struttura WINHTTP_CURRENT_USER_IE_PROXY_CONFIG contiene le informazioni di configurazione del proxy di Internet Explorer.

Sintassi

typedef struct _WINHTTP_CURRENT_USER_IE_PROXY_CONFIG {
  BOOL   fAutoDetect;
  LPWSTR lpszAutoConfigUrl;
  LPWSTR lpszProxy;
  LPWSTR lpszProxyBypass;
} WINHTTP_CURRENT_USER_IE_PROXY_CONFIG, *PWINHTTP_CURRENT_USER_IE_PROXY_CONFIG;

Members

fAutoDetect

Se TRUE, indica che la configurazione proxy di Internet Explorer per l'utente corrente specifica "rileva automaticamente le impostazioni".

lpszAutoConfigUrl

Puntatore a una stringa Unicode con terminazione null contenente l'URL di configurazione automatica se la configurazione proxy di Internet Explorer per l'utente corrente specifica "Usa configurazione proxy automatica".

lpszProxy

Puntatore a una stringa Unicode con terminazione null contenente l'URL proxy se la configurazione proxy di Internet Explorer per l'utente corrente specifica "usare un server proxy".

lpszProxyBypass

Puntatore a una stringa Unicode con terminazione null contenente l'elenco di server proxy facoltativo by-pass.

Requisiti

   
Client minimo supportato Windows XP, Windows 2000 Professional con SP3 [solo app desktop]
Server minimo supportato Windows Server 2003, Windows 2000 Server con SP3 [solo app desktop]
Intestazione winhttp.h

Vedi anche

Versioni WinHTTP