MqttUserProperty Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing a user property in MQTT.
[System.Runtime.Serialization.DataContract]
[System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.Azure.WebPubSub.Common.MqttUserPropertyJsonConverter))]
public class MqttUserProperty : IEquatable<Microsoft.Azure.WebPubSub.Common.MqttUserProperty>
[<System.Runtime.Serialization.DataContract>]
[<System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.Azure.WebPubSub.Common.MqttUserPropertyJsonConverter))>]
type MqttUserProperty = class
interface IEquatable<MqttUserProperty>
Public Class MqttUserProperty
Implements IEquatable(Of MqttUserProperty)
- Inheritance
-
MqttUserProperty
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| MqttUserProperty(MqttUserProperty) | |
| MqttUserProperty(String, String) |
Creates a new instance of MqttUserProperty. |
Properties
| Name | Description |
|---|---|
| EqualityContract | |
| Name |
The name of the property. |
| Value |
The value of the property. |
Methods
| Name | Description |
|---|---|
| <Clone>$() | |
| Equals(MqttUserProperty) | |
| Equals(Object) | |
| GetHashCode() | |
| PrintMembers(StringBuilder) | |
| ToString() | |
Operators
| Name | Description |
|---|---|
| Equality(MqttUserProperty, MqttUserProperty) | |
| Inequality(MqttUserProperty, MqttUserProperty) | |