Class MqttClientDisconnectOptions
public sealed class MqttClientDisconnectOptions
- Inheritance
-
MqttClientDisconnectOptions
- Inherited Members
Constructors
MqttClientDisconnectOptions()
public MqttClientDisconnectOptions()
Properties
Reason
Gets or sets the reason code.
public MqttClientDisconnectOptionsReason Reason { get; set; }
Property Value
ReasonString
Gets or sets the reason string.
public string ReasonString { get; set; }
Property Value
SessionExpiryInterval
Gets or sets the session expiry interval.
public uint SessionExpiryInterval { get; set; }
Property Value
UserProperties
Gets or sets the user properties.
public List<MqttUserProperty> UserProperties { get; set; }