Udostępnij za pośrednictwem


MqttUserProperty Constructors

Definition

Overloads

MqttUserProperty(MqttUserProperty)
MqttUserProperty(String, String)

Creates a new instance of MqttUserProperty.

MqttUserProperty(MqttUserProperty)

Source:
MqttUserProperty.cs
protected MqttUserProperty (Microsoft.Azure.WebPubSub.Common.MqttUserProperty original);
Protected Sub New (original As MqttUserProperty)

Parameters

original
MqttUserProperty

Applies to

MqttUserProperty(String, String)

Source:
MqttUserProperty.cs

Creates a new instance of MqttUserProperty.

public MqttUserProperty (string name, string value);
new Microsoft.Azure.WebPubSub.Common.MqttUserProperty : string * string -> Microsoft.Azure.WebPubSub.Common.MqttUserProperty
Public Sub New (name As String, value As String)

Parameters

name
String
value
String

Applies to