Home
last modified time | relevance | path

Searched refs:NetConn_HttpProxy (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/
H A D_net_conn___http_proxy.md1 # NetConn_HttpProxy chapter
32 char NetConn_HttpProxy::exclusionList[NETCONN_MAX_EXCLUSION_SIZE][NETCONN_MAX_STR_LEN]
43 int32_t NetConn_HttpProxy::exclusionListSize
54 char NetConn_HttpProxy::host[NETCONN_MAX_STR_LEN]
65 uint16_t NetConn_HttpProxy::port
H A D_net_connection.md30 | [NetConn_HttpProxy](_net_conn___http_proxy.md) | 代理配置信息。 |
60 | [NetConn_HttpProxy](#netconn_httpproxy) | 代理配置信息。 |
84 | [OH_NetConn_GetDefaultHttpProxy](#oh_netconn_getdefaulthttpproxy) ([NetConn_HttpProxy](_net_conn_…
93 | [OH_NetConn_SetAppHttpProxy](#oh_netconn_setapphttpproxy) ([NetConn_HttpProxy](_net_conn___http_p…
117 ### NetConn_HttpProxy subsection
120 typedef struct NetConn_HttpProxy NetConn_HttpProxy
246 typedef void(* OH_NetConn_AppHttpProxyChange) (NetConn_HttpProxy *proxy)
493 int32_t OH_NetConn_GetDefaultHttpProxy (NetConn_HttpProxy * httpProxy)
851 int32_t OH_NetConn_SetAppHttpProxy(NetConn_HttpProxy *httpProxy)
H A Dnet__connection__type_8h.md28 | [NetConn_HttpProxy](_net_conn___http_proxy.md) | 代理配置信息。 |
56 | [NetConn_HttpProxy](_net_connection.md#netconn_httpproxy) | 代理配置信息。 |
H A D_net_conn___connection_properties.md72 NetConn_HttpProxy NetConn_ConnectionProperties::httpProxy
H A Dnet__connection_8h.md29 …aultHttpProxy](_net_connection.md#oh_netconn_getdefaulthttpproxy) ([NetConn_HttpProxy](_net_conn__…
H A DReadme-CN.md41 - [NetConn_HttpProxy](_net_conn___http_proxy.md)
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/
H A D_net_conn___http_proxy.md1 # NetConn_HttpProxy chapter
32 char NetConn_HttpProxy::exclusionList[NETCONN_MAX_EXCLUSION_SIZE][NETCONN_MAX_STR_LEN]
43 int32_t NetConn_HttpProxy::exclusionListSize
54 char NetConn_HttpProxy::host[NETCONN_MAX_STR_LEN]
65 uint16_t NetConn_HttpProxy::port
H A D_net_connection.md30 | [NetConn_HttpProxy](_net_conn___http_proxy.md) | Proxy configuration.|
60 | [NetConn_HttpProxy](#netconn_httpproxy) | Proxy configuration.|
84 | [OH_NetConn_GetDefaultHttpProxy](#oh_netconn_getdefaulthttpproxy) ([NetConn_HttpProxy](_net_conn_…
93 | [OH_NetConn_SetAppHttpProxy](#oh_netconn_setapphttpproxy) ([NetConn_HttpProxy](_net_conn___http_p…
117 ### NetConn_HttpProxy subsection
120 typedef struct NetConn_HttpProxy NetConn_HttpProxy
246 typedef void(* OH_NetConn_AppHttpProxyChange) (NetConn_HttpProxy *proxy)
493 int32_t OH_NetConn_GetDefaultHttpProxy (NetConn_HttpProxy * httpProxy)
851 int32_t OH_NetConn_SetAppHttpProxy(NetConn_HttpProxy *httpProxy)
H A Dnet__connection__type_8h.md28 | [NetConn_HttpProxy](_net_conn___http_proxy.md) | Proxy configuration information.|
56 | [NetConn_HttpProxy](_net_connection.md#netconn_httpproxy) | Proxy configuration information.|
H A D_net_conn___connection_properties.md72 NetConn_HttpProxy NetConn_ConnectionProperties::httpProxy
H A Dnet__connection_8h.md29 …aultHttpProxy](_net_connection.md#oh_netconn_getdefaulthttpproxy) ([NetConn_HttpProxy](_net_conn__…
H A DReadme-EN.md37 - [NetConn_HttpProxy](_net_conn___http_proxy.md)
/ohos5.0/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/include/
H A Dnet_connection_type.h180 typedef struct NetConn_HttpProxy { struct
189 } NetConn_HttpProxy; argument
219 NetConn_HttpProxy httpProxy;
249 typedef void (*OH_NetConn_AppHttpProxyChange)(NetConn_HttpProxy *proxy);
H A Dnet_connection.h132 int32_t OH_NetConn_GetDefaultHttpProxy(NetConn_HttpProxy *httpProxy);
265 int32_t OH_NetConn_SetAppHttpProxy(NetConn_HttpProxy *httpProxy);
H A Dnet_connection_adapter.h43 int32_t Conv2HttpProxy(const HttpProxy &httpProxyObj, NetConn_HttpProxy *httpProxy);
45 void ConvertNetConn2HttpProxy(const NetConn_HttpProxy &netConn, HttpProxy &httpProxyObj);
/ohos5.0/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/src/
H A Dnet_connection.cpp198 int32_t OH_NetConn_GetDefaultHttpProxy(NetConn_HttpProxy *httpProxy) in OH_NetConn_GetDefaultHttpProxy()
332 int32_t OH_NetConn_SetAppHttpProxy(NetConn_HttpProxy *httpProxy) in OH_NetConn_SetAppHttpProxy()
355 NetConn_HttpProxy netHttpProxy; in OH_NetConn_RegisterAppHttpProxyCallback()
H A Dnet_connection_adapter.cpp120 int32_t Conv2HttpProxy(const HttpProxy &httpProxyObj, NetConn_HttpProxy *httpProxy) in Conv2HttpProxy()
145 void ConvertNetConn2HttpProxy(const NetConn_HttpProxy &netConn, HttpProxy &httpProxyObj) in ConvertNetConn2HttpProxy()
/ohos5.0/docs/zh-cn/application-dev/napi/
H A Dnative-netmanager-guidelines.md19 | OH_NetConn_GetDefaultHttpProxy (NetConn_HttpProxy \*httpProxy) | 获取网络默认的代理配置信息。 如果设置了全局代理,则会返回全局代…
/ohos5.0/docs/zh-cn/application-dev/network/
H A Dnative-netmanager-guidelines.md19 | OH_NetConn_GetDefaultHttpProxy (NetConn_HttpProxy \*httpProxy) | 获取网络默认的代理配置信息。 如果设置了全局代理,则会返回全局代…
/ohos5.0/docs/en/application-dev/napi/
H A Dnative-netmanager-guidelines.md19 | OH_NetConn_GetDefaultHttpProxy (NetConn_HttpProxy \*httpProxy) | Obtains the default HTTP proxy c…
/ohos5.0/docs/en/application-dev/network/
H A Dnative-netmanager-guidelines.md19 | OH_NetConn_GetDefaultHttpProxy (NetConn_HttpProxy \*httpProxy) | Obtains the default HTTP proxy c…
/ohos5.0/docs/zh-cn/application-dev/
H A Dwebsite.md3240 - [NetConn_HttpProxy](reference/apis-network-kit/_net_conn___http_proxy.md)
/ohos5.0/docs/en/application-dev/
H A Dwebsite.md3106 - [NetConn_HttpProxy](reference/apis-network-kit/_net_conn___http_proxy.md)