Delen via


Networking_ProxyOptions Enum

Header: #include <applibs/networking.h>

Een bitmap die de configuratiestatus van de proxy aangeeft.

typedef enum Networking_ProxyOptions {    
    Networking_ProxyOptions_None = 1 << 0,    
    Networking_ProxyOptions_Enabled = 1 << 1,   
    Networking_ProxyOptions_Auto = 1 << 2,
} Networking_ProxyOptions;

Waarden

Networking_ProxyOptions_None

De proxy is niet geconfigureerd.

Networking_ProxyOptions_Enabled

De proxy is ingeschakeld.

Networking_ProxyOptions_Auto

De proxy bevindt zich in de automatische modus. Als dit niet is ingesteld, geeft dit aan dat de proxy handmatig is geconfigureerd.

Opmerkingen

Deze waarde wordt gebruikt door de functies Networking_Proxy_SetProxyOptions() en Networking_Proxy_GetProxyOptions().