Transport property
Type: Short
Transport protocol (TCP or UDP) that should be used when contacting
DNS servers.
Note: This feature is not currently implemented.
The Connection object will use UDP regardless of this
property's value.
This property should be assigned one of the HexDnsTransport
constants:
| hexDnsTransportAuto |
0 |
| hexDnsTransportUdp |
1 |
| hexDnsTransportTcp |
2 |
|