Skip to content
Was this article helpful?

DNS_TRANSPORT_E

This object provides DNS Transport information

This topic lists the expressions that are provided by this class.

Enumerations

TCP

UDP

Expressions

EQ ( dns_transport_e m)

The result is Boolean TRUE if the input argument is equal to the DNS transport protocol type represented by this object.

Parameters (expressions not allowed):

m - Dns transport protocol type

Returns: bool_at

NE ( dns_transport_e m)

The result is Boolean FALSE if the input argument is equal to the DNS transport protocol type represented by this object.

Parameters (expressions not allowed):

m - Dns transport protocol type

Returns: bool_at

Was this article helpful?