Compartir a través de


MqttTransportSettings(TransportType) Constructor

Definición

Crea una instancia basada en las opciones de tipo especificadas.

public MqttTransportSettings(Microsoft.Azure.Devices.Client.TransportType transportType);
new Microsoft.Azure.Devices.Client.Transport.Mqtt.MqttTransportSettings : Microsoft.Azure.Devices.Client.TransportType -> Microsoft.Azure.Devices.Client.Transport.Mqtt.MqttTransportSettings
Public Sub New (transportType As TransportType)

Parámetros

transportType
TransportType

Tipo de transporte, de Mqtt_WebSocket_Only o Mqtt_Tcp_Only

Se aplica a