WithWebSocketServer method
Connects to the broker with the WebSocket protocol.
Syntax
connOption
.WithWebSocketServer
(Host
As String, Port
As Long, Path
As String)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.Path
- is the WebSocket path of the broker.Provide Feedback