Share via


Networking_ProxyStatus Enum

Header: #include <applibs/networking.h>

Een bitmasker dat de proxystatus aangeeft.

typedef enum Networking_ProxyStatus {
    Networking_ProxyStatus_Enabled = 1 << 0,
    Networking_ProxyStatus_ResolvingProxyName = 1 << 1,
    Networking_ProxyStatus_Ready = 1 << 2,
} Networking_ProxyStatus;

Waarden

Networking_ProxyStatus_Enabled

De proxyconfiguratie is ingeschakeld.

Networking_ProxyStatus_ResolvingProxyName

De proxynaam wordt omgezet.

Networking_ProxyStatus_Ready

De proxy is gereed.

Opmerkingen

Deze waarde wordt gebruikt door functie Networking_Proxy_GetProxyStatus().