Click or drag to resize

MqttConnectionProperties Class

MQTT connection properties.
Inheritance Hierarchy
SystemObject
  BaseCustomTypeDescriptor
    Demo3D.HLE.Comms.NetMqttConnectionProperties
      Demo3D.HLE.Comms.NetMqttClientProperties

Namespace: Demo3D.HLE.Comms.Net
Assembly: Demo3D.HLE (in Demo3D.HLE.dll) Version: 19.00.00
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public abstract class MqttConnectionProperties : BaseCustomTypeDescriptor, 
	INotifyPropertyChanged

The MqttConnectionProperties type exposes the following members.

Constructors
 NameDescription
Protected methodMqttConnectionPropertiesInitializes a new instance of the MqttConnectionProperties class
Top
Methods
 NameDescription
Protected methodNotifyPropertyChanged(PropertyChangedEventArgs) Raises the PropertyChanged event.
Protected methodNotifyPropertyChanged(String) Raises the PropertyChanged event.
Protected methodSetPropertyT 
Public methodToString
(Overrides BaseCustomTypeDescriptor.ToString)
Top
Events
 NameDescription
Public eventPropertyChanged Occurs when a property value changes.
Top
See Also