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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET