Udostępnij za pośrednictwem


MqttConnectProperties.Username Property

Definition

The username field in the MQTT CONNECT packet.

[System.Runtime.Serialization.DataMember(Name="username")]
[System.Text.Json.Serialization.JsonPropertyName("username")]
public string? Username { get; }
[<System.Runtime.Serialization.DataMember(Name="username")>]
[<System.Text.Json.Serialization.JsonPropertyName("username")>]
member this.Username : string
Public ReadOnly Property Username As String

Property Value

Attributes

Applies to