Table of Contents

Class InjectedMqttApplicationMessage

Namespace
MQTTnet.Server
Assembly
MQTTnet.dll
public sealed class InjectedMqttApplicationMessage
Inheritance
InjectedMqttApplicationMessage
Inherited Members

Constructors

InjectedMqttApplicationMessage(MqttApplicationMessage)

public InjectedMqttApplicationMessage(MqttApplicationMessage applicationMessage)

Parameters

applicationMessage MqttApplicationMessage

Properties

ApplicationMessage

public MqttApplicationMessage ApplicationMessage { get; }

Property Value

MqttApplicationMessage

CustomSessionItems

Gets or sets the session items which should be used for all event handlers which are involved in message processing. If null is specified the singleton session items from the server are used instead.

public IDictionary CustomSessionItems { get; set; }

Property Value

IDictionary

SenderClientId

public string SenderClientId { get; set; }

Property Value

string