isIpv6Only property

bool isIpv6Only
getter/setter pair

Whether or not the application should only receive connections over IPv6.

Defaults to false. This flag impacts the default value of the address property.

Implementation

bool isIpv6Only = false;