Table of Contents

Class SubscribeResponse

Namespace
MQTTnet.Server
Assembly
MQTTnet.dll
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

MqttSubscribeReasonCode

ReasonString

public string ReasonString { get; set; }

Property Value

string

UserProperties

public List<MqttUserProperty> UserProperties { get; }

Property Value

List<MqttUserProperty>