UseTls property
Gets whether TLS is used or sets whether to use TLS. Read/write. Boolean.
Syntax
connOption
.UseTls
where
connOption
- is an MQTTConnectOption object created by the MQTTFactory object's method CreateConnectOption
.Default value
If this property is omitted, it will use its default value, which is
False
, meaning TLS is not used.Provide Feedback