Class UnsubscribeResponse
public sealed class UnsubscribeResponse
- Inheritance
-
UnsubscribeResponse
- Inherited Members
Constructors
UnsubscribeResponse()
public UnsubscribeResponse()
Properties
ReasonCode
Gets or sets the reason code which is sent to the client. MQTTv5 only.
public MqttUnsubscribeReasonCode ReasonCode { get; set; }
Property Value
ReasonString
public string ReasonString { get; set; }
Property Value
UserProperties
public List<MqttUserProperty> UserProperties { get; }