WithTcpServer method
Connects to the broker with the TCP protocol.
Syntax
connOption
.WithTcpServer
(Host
As String, Port
As Long)where
connOption
- is an MQTTConnectOption object created by the MQTTFactory object's method CreateConnectOption
.Host
- is the host name or address of the broker.Port
- is the host port of the broker.Provide Feedback