Class MqttMsgAuthenticationEventArgs
Event Args class for CONNECT message received from client
Inherited Members
Namespace: nanoFramework.M2Mqtt.Messages
Assembly: nanoFramework.M2Mqtt.dll
Syntax
public class MqttMsgAuthenticationEventArgs : EventArgs
Constructors
MqttMsgAuthenticationEventArgs(MqttMsgAuthentication)
Constructor
Declaration
public MqttMsgAuthenticationEventArgs(MqttMsgAuthentication authentication)
Parameters
Type | Name | Description |
---|---|---|
MqttMsgAuthentication | authentication | CONNECT message received from client |
Properties
Message
Message received from client
Declaration
public MqttMsgAuthentication Message { get; }
Property Value
Type | Description |
---|---|
MqttMsgAuthentication |