NetConn_HttpProxy
typedef struct NetConn_HttpProxy {...} NetConn_HttpProxy
Overview
Defines the proxy configuration.
Since: 11
Related module: NetConnection
Header file: net_connection_type.h
Summary
Member Variables
| Name | Description |
|---|---|
| char host[NETCONN_MAX_STR_LEN] | Host name. |
| char exclusionList[NETCONN_MAX_EXCLUSION_SIZE] [NETCONN_MAX_STR_LEN] | Exclusion list of proxy servers. |
| int32_t exclusionListSize | Actual size of the exclusion list. |
| uint16_t port | Port number. |