harmony 鸿蒙NetConn_HttpProxy
NetConn_HttpProxy
Overview
Defines proxy configuration information.
Since: 11
Related module: NetConnection
Header file: net_connection_type.h
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.
你可能感兴趣的鸿蒙文章
harmony 鸿蒙NetConn_ConnectionProperties
harmony 鸿蒙NetConn_NetCapabilities
harmony 鸿蒙NetConn_NetConnCallback
harmony 鸿蒙NetConn_NetHandleList
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦