Click or drag to resize

ConnectProperties Class

Connect properties. Includes both connect and will properties.
Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        GlobalizedProperties
          Demo3D.CommonBindableBase
            Demo3D.HLE.Comms.MQTTConnectProperties

Namespace: Demo3D.HLE.Comms.MQTT
Assembly: Demo3D.HLE (in Demo3D.HLE.dll) Version: 19.00.00
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public sealed class ConnectProperties : BindableBase

The ConnectProperties type exposes the following members.

Constructors
 NameDescription
Public methodConnectProperties Construct properties with default values.
Top
Properties
 NameDescription
Public propertyAuthenticationData Authentication data.
Public propertyAuthenticationMethod Authentication method.
Public propertyConnectUserProperties Connect user properties.
Public propertyContentType Content type.
Public propertyCorrelationData Correlation data.
Public propertyMaximumPacketSize Maximum packet size.
Public propertyMessageExpiryInterval Message expiry interval.
Public propertyPayloadFormatIndicator Payload format indicator.
Public propertyReceiveMaximum Receive maximum.
Public propertyRequestProblemInformation Request problem information.
Public propertyRequestResponseInformation Request response information.
Public propertyResponseTopic Response topic.
Public propertySessionExpiryInterval Session expiry interval.
Public propertyTopicAliasMaximum Topic alias maximum.
Public propertyWillDelayInterval Will delay interval.
Public propertyWillUserProperties Will user properties.
Top
Methods
 NameDescription
Public methodRaisePropertiesChanged Raise an PropertyChanged event for each value.
(Inherited from BindableBase)
Public methodRaisePropertyChanged(PropertyChangedEventArgs) Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase)
Public methodRaisePropertyChanged(String) Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase)
Public methodToString
(Overrides SimpleCustomTypeDescriptor.ToString)
Top
See Also