MqttClientProperties Class |
Namespace: Demo3D.HLE.Comms.Net
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public sealed class MqttClientProperties : MqttConnectionProperties
The MqttClientProperties type exposes the following members.
| Name | Description | |
|---|---|---|
| MqttClientProperties |
Construct client properties.
| |
| MqttClientProperties(ProtocolVersion, String) |
Construct client properties.
|
| Name | Description | |
|---|---|---|
| ConnackProperties |
Negotiated connack properties.
| |
| ConnectParameters |
Connect parameters.
| |
| MinReconnectDelay |
Minimum time (ms) to wait before reconnecting to the same address.
| |
| ReceiveTimeout |
Maximum time (ms) to wait for a packet to be received. (-1 means wait forever.)
| |
| SessionPresent |
True if a client session is already present.
|
| Name | Description | |
|---|---|---|
| ToString | (Inherited from MqttConnectionProperties.) |
| Name | Description | |
|---|---|---|
| PropertyChanged |
Occurs when a property value changes.
(Inherited from MqttConnectionProperties.) |