Networking_ProxyAuthType Enum

Header: #include <applibs/networking.h>

The proxy authentication type.

typedef enum Networking_ProxyAuthType {
    Networking_ProxyAuthType_Invalid = -1,    
    Networking_ProxyAuthType_Anonymous = 0,    
    Networking_ProxyAuthType_Basic = 1
} Networking_ProxyAuthType;

Values

Networking_ProxyAuthType_Invalid

The authentication type is invalid.

Networking_ProxyAuthType_Anonymous

The authentication type is anonymous.

Networking_ProxyAuthType_Basic

The authentication type is basic (username and password are required).

Remarks

This value is returned by function Networking_Proxy_GetAuthType().