Table of Contents

Class UnsubscribeResponse

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

MqttUnsubscribeReasonCode

ReasonString

public string ReasonString { get; set; }

Property Value

string

UserProperties

public List<MqttUserProperty> UserProperties { get; }

Property Value

List<MqttUserProperty>