Search Results for

    Show / Hide Table of Contents

    Class MqttMsgAuthenticationEventArgs

    Event Args class for CONNECT message received from client

    Inheritance
    object
    EventArgs
    MqttMsgAuthenticationEventArgs
    Inherited Members
    EventArgs.Empty
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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

    Extension Methods

    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    In This Article
    Back to top Copyright © 2023 nanoFramework Contributors
    Generated by DocFX