Share via


MqttConnectEventResponseProperties Class

Definition

Represents the MQTT specific properties in a successful MQTT connection event response.

[System.Runtime.Serialization.DataContract]
public class MqttConnectEventResponseProperties
[<System.Runtime.Serialization.DataContract>]
type MqttConnectEventResponseProperties = class
Public Class MqttConnectEventResponseProperties
Inheritance
MqttConnectEventResponseProperties
Attributes

Constructors

MqttConnectEventResponseProperties()

Properties

UserProperties

It's additional diagnostic or other information provided by upstream server. They'll be converted to the user properties field in the CONNACK packet, and sent to clients whose protocols support user properties. Now only MQTT 5.0 supports user properties. Upstream webhook can use the property to communicate additional diagnostic or other information with clients.

Applies to