MqttConnectEventResponseProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET