Class MqttUserProperty
- Namespace
- MQTTnet.Packets
- Assembly
- MQTTnet.dll
public sealed class MqttUserProperty
- Inheritance
-
MqttUserProperty
- Inherited Members
-
Constructors
MqttUserProperty(string, string)
public MqttUserProperty(string name, string value)
Parameters
name
string
value
string
Properties
Name
public string Name { get; }
Property Value
- string
Value
public string Value { get; }
Property Value
- string
Methods
Equals(MqttUserProperty)
public bool Equals(MqttUserProperty other)
Parameters
other
MqttUserProperty
Returns
- bool
Equals(object)
public override bool Equals(object other)
Parameters
other
object
Returns
- bool
GetHashCode()
public override int GetHashCode()
Returns
- int
ToString()
public override string ToString()
Returns
- string