Class SubscribeResponse
public sealed class SubscribeResponse
- Inheritance
-
SubscribeResponse
- Inherited Members
Constructors
SubscribeResponse()
public SubscribeResponse()
Properties
ReasonCode
Gets or sets the reason code which is sent to the client. The subscription is skipped when the value is not GrantedQoS_. MQTTv5 only.
public MqttSubscribeReasonCode ReasonCode { get; set; }
Property Value
ReasonString
public string ReasonString { get; set; }
Property Value
UserProperties
public List<MqttUserProperty> UserProperties { get; }