Class DispatchApplicationMessageResult
public sealed class DispatchApplicationMessageResult
- Inheritance
-
DispatchApplicationMessageResult
- Inherited Members
Constructors
DispatchApplicationMessageResult(int, bool, string, List<MqttUserProperty>)
public DispatchApplicationMessageResult(int reasonCode, bool closeConnection, string reasonString, List<MqttUserProperty> userProperties)
Parameters
reasonCode
intcloseConnection
boolreasonString
stringuserProperties
List<MqttUserProperty>
Properties
CloseConnection
public bool CloseConnection { get; }
Property Value
ReasonCode
public int ReasonCode { get; }
Property Value
ReasonString
public string ReasonString { get; }
Property Value
UserProperties
public List<MqttUserProperty> UserProperties { get; }