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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET