MqttConnectEventRequest.CreateMqttV311ErrorResponse Method
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.
Creates error response for MQTT protocol 3.1.1.
public Microsoft.Azure.WebPubSub.Common.MqttConnectEventErrorResponse CreateMqttV311ErrorResponse (Microsoft.Azure.WebPubSub.Common.MqttV311ConnectReturnCode code, string? message = default);
member this.CreateMqttV311ErrorResponse : Microsoft.Azure.WebPubSub.Common.MqttV311ConnectReturnCode * string -> Microsoft.Azure.WebPubSub.Common.MqttConnectEventErrorResponse
Public Function CreateMqttV311ErrorResponse (code As MqttV311ConnectReturnCode, Optional message As String = Nothing) As MqttConnectEventErrorResponse
Parameters
- message
- String
Returns
A error response to return caller and will drop connection.
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