tlsEnabled property
If true, we attempt to establish a secure connection using TLS
Implementation
@$pb.TagNumber(7)
$core.bool get tlsEnabled => $_getBF(6);
Implementation
@$pb.TagNumber(7)
set tlsEnabled($core.bool value) => $_setBool(6, value);