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
MqttUserProperty(MqttUserProperty) | |
MqttUserProperty(String, String) |
Creates a new instance of MqttUserProperty. |
Properties
EqualityContract | |
Name |
The name of the property. |
Value |
The value of the property. |
Methods
<Clone>$() | |
Equals(MqttUserProperty) | |
Equals(Object) | |
GetHashCode() | |
PrintMembers(StringBuilder) | |
ToString() |
Operators
Equality(MqttUserProperty, MqttUserProperty) | |
Inequality(MqttUserProperty, MqttUserProperty) |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET