NetConn_HttpProxy

Overview

Defines proxy configuration information.

Since: 11

Related module: NetConnection

Summary

Member Variables

Name Description.
host [NETCONN_MAX_STR_LEN] Host name.
exclusionList [NETCONN_MAX_EXCLUSION_SIZE][NETCONN_MAX_STR_LEN] Exclusion list of proxy servers.
exclusionListSize Actual size of the exclusion list.
port Port number.

Member Variable Description

exclusionList

char NetConn_HttpProxy::exclusionList[NETCONN_MAX_EXCLUSION_SIZE][NETCONN_MAX_STR_LEN]

Description

Exclusion list of proxy servers.

exclusionListSize

int32_t NetConn_HttpProxy::exclusionListSize

Description

Actual size of the exclusion list.

host

char NetConn_HttpProxy::host[NETCONN_MAX_STR_LEN]

Description

Host name.

port

uint16_t NetConn_HttpProxy::port

Description

Port number.