MqttDisconnectedEventRequestProperties.DisconnectPacket Property
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.
The DISCONNECT packet properties to end the last physical connection. It may be sent by the client or server.
[System.Runtime.Serialization.DataMember(Name="disconnectPacket")]
[System.Text.Json.Serialization.JsonPropertyName("disconnectPacket")]
public Microsoft.Azure.WebPubSub.Common.MqttDisconnectPacketProperties? DisconnectPacket { get; }
[<System.Runtime.Serialization.DataMember(Name="disconnectPacket")>]
[<System.Text.Json.Serialization.JsonPropertyName("disconnectPacket")>]
member this.DisconnectPacket : Microsoft.Azure.WebPubSub.Common.MqttDisconnectPacketProperties
Public ReadOnly Property DisconnectPacket As MqttDisconnectPacketProperties
Property Value
- Attributes