ConnectParameters Class | 
Namespace: Demo3D.HLE.Comms.MQTT
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public sealed class ConnectParameters : BindableBase
The ConnectParameters type exposes the following members.
| Name | Description | |
|---|---|---|
| ConnectParameters | 
            Construct parameters with default values.
              | 
| Name | Description | |
|---|---|---|
| CleanStart | 
            Clean start.
              | |
| ClientIdentifier | 
            Client identifier.
              | |
| KeepAlive | 
            Keep alive.
              | |
| Password | 
            Password.
              | |
| PasswordFlag | 
            Password flag.
              | |
| Properties | 
            Properties.
              | |
| ProtocolVersion | 
            Protocol version.
              | |
| Username | 
            Username.
              | |
| UsernameFlag | 
            Username flag.
              | |
| WillFlag | 
            Will flag.
              | |
| WillPayload | 
            Will payload.
              | |
| WillQoS | 
            Will quality of service.
              | |
| WillRetain | 
            Will retain.
              | |
| WillTopic | 
            Will topic.
              | 
| Name | Description | |
|---|---|---|
| RaisePropertiesChanged | 
            Raise an PropertyChanged event for each value.
              (Inherited from BindableBase.) | |
| RaisePropertyChanged(PropertyChangedEventArgs) | 
            Raise an PropertyChanged event for the specified value.
              (Inherited from BindableBase.) | |
| RaisePropertyChanged(String) | 
            Raise an PropertyChanged event for the specified value.
              (Inherited from BindableBase.) | |
| ToString | (Overrides SimpleCustomTypeDescriptor.ToString.) |