• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# NetConn_HttpProxy
2
3## Overview
4
5Defines the proxy configuration.
6
7**Since**: 11
8
9**Related module**: [NetConnection](capi-netconnection.md)
10
11**Header file**: [net_connection_type.h](capi-net-connection-type-h.md)
12
13## Summary
14
15### Member Variables
16
17| Name| Description|
18| -- | -- |
19| char host[[NETCONN_MAX_STR_LEN]](capi-net-connection-type-h.md#macros) | Host name.|
20| char exclusionList[[NETCONN_MAX_EXCLUSION_SIZE]](capi-net-connection-type-h.md#macros) [[NETCONN_MAX_STR_LEN]](capi-net-connection-type-h.md#macros)| Exclusion list of proxy servers.|
21| int32_t exclusionListSize | Actual size of the exclusion list.|
22| uint16_t port | Port number.|
23