1# NetConn_ConnectionProperties 2 3## Overview 4 5Defines the network connection properties. 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 ifaceName[[NETCONN_MAX_STR_LEN]](capi-net-connection-type-h.md#macros) | Network interface name. | 20| char domain[[NETCONN_MAX_STR_LEN]](capi-net-connection-type-h.md#macros) | Domain name of the network connection.| 21| char tcpBufferSizes[[NETCONN_MAX_STR_LEN]](capi-net-connection-type-h.md#macros) | TCP buffer size. | 22| uint16_t mtu | Maximum transmission unit. | 23| [NetConn_NetAddr](capi-netconnection-netconn-netaddr.md) netAddrList[[NETCONN_MAX_ADDR_SIZE]](capi-net-connection-type-h.md#macros) | Address list. | 24| int32_t netAddrListSize | Actual size of the address list.| 25| [NetConn_NetAddr](capi-netconnection-netconn-netaddr.md) dnsList[[NETCONN_MAX_ADDR_SIZE]](capi-net-connection-type-h.md#macros) | DNS list. | 26| int32_t dnsListSize | Actual size of the DNS list. | 27| [NetConn_Route](capi-netconnection-netconn-route.md) routeList[[NETCONN_MAX_ROUTE_SIZE]](capi-net-connection-type-h.md#macros) | Route list. | 28| int32_t routeListSize | Actual size of the route list.| 29| [NetConn_HttpProxy](capi-netconnection-netconn-httpproxy.md) httpProxy | HTTP proxy information. | 30