harmony 鸿蒙NetConn_HttpProxy

  • 2025-06-12
  • 浏览 (6)

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 鸿蒙Network Kit

harmony 鸿蒙NetConn_ConnectionProperties

harmony 鸿蒙NetConn_NetAddr

harmony 鸿蒙NetConn_NetCapabilities

harmony 鸿蒙NetConn_NetConnCallback

harmony 鸿蒙NetConn_NetHandle

harmony 鸿蒙NetConn_NetHandleList

harmony 鸿蒙NetConn_NetSpecifier

harmony 鸿蒙NetConn_Route

harmony 鸿蒙NetConnection

0  赞