MqttConnectEventResponse Class
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.
Successful response for MQTT connect event.
[System.Runtime.Serialization.DataContract]
public sealed class MqttConnectEventResponse : Microsoft.Azure.WebPubSub.Common.ConnectEventResponse
[<System.Runtime.Serialization.DataContract>]
type MqttConnectEventResponse = class
inherit ConnectEventResponse
Public NotInheritable Class MqttConnectEventResponse
Inherits ConnectEventResponse
- Inheritance
- Attributes
Constructors
MqttConnectEventResponse() |
Default constructor for JsonSerialize. |
MqttConnectEventResponse(String, IEnumerable<String>, IEnumerable<String>) |
Creates a new instance of MqttConnectEventResponse. |
Properties
ConnectionStates |
The connection states. (Inherited from ConnectEventResponse) |
Groups |
Groups. (Inherited from ConnectEventResponse) |
Mqtt |
Represents the MQTT specific properties in a successful MQTT connection event response. |
Roles |
User roles. (Inherited from ConnectEventResponse) |
Subprotocol |
Subprotocol. (Inherited from ConnectEventResponse) |
UserId |
UserId. (Inherited from ConnectEventResponse) |
Methods
ClearStates() |
Clear all states. (Inherited from ConnectEventResponse) |
SetState(String, BinaryData) |
Set connection states. (Inherited from ConnectEventResponse) |
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET