MqttConnectEventErrorResponseProperties Constructors
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.
Overloads
MqttConnectEventErrorResponseProperties(MqttV311ConnectReturnCode) |
Creates a new instance of MqttConnectEventErrorResponseProperties. |
MqttConnectEventErrorResponseProperties(MqttV500ConnectReasonCode) |
Creates a new instance of MqttConnectEventErrorResponseProperties. |
MqttConnectEventErrorResponseProperties(MqttV311ConnectReturnCode)
Creates a new instance of MqttConnectEventErrorResponseProperties.
public MqttConnectEventErrorResponseProperties (Microsoft.Azure.WebPubSub.Common.MqttV311ConnectReturnCode code);
new Microsoft.Azure.WebPubSub.Common.MqttConnectEventErrorResponseProperties : Microsoft.Azure.WebPubSub.Common.MqttV311ConnectReturnCode -> Microsoft.Azure.WebPubSub.Common.MqttConnectEventErrorResponseProperties
Public Sub New (code As MqttV311ConnectReturnCode)
Parameters
Applies to
MqttConnectEventErrorResponseProperties(MqttV500ConnectReasonCode)
Creates a new instance of MqttConnectEventErrorResponseProperties.
public MqttConnectEventErrorResponseProperties (Microsoft.Azure.WebPubSub.Common.MqttV500ConnectReasonCode code);
new Microsoft.Azure.WebPubSub.Common.MqttConnectEventErrorResponseProperties : Microsoft.Azure.WebPubSub.Common.MqttV500ConnectReasonCode -> Microsoft.Azure.WebPubSub.Common.MqttConnectEventErrorResponseProperties
Public Sub New (code As MqttV500ConnectReasonCode)
Parameters
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