Determines if the ProxySettings structure is in use or not.
typedef enum {
PROXY_NO_PROXY,
PROXY_SOCKS_V5
} PROXY_TYPE;
Field |
Value or Description |
PROXY_NO_PROXY |
The ProxySettings structure should be ignored. |
PROXY_SOCKS_V5 |
The ProxySettings structure describes a SOCKSv5 proxy. |
Copyright © 2006-2022, Intel Corporation. All rights reserved. |