Compartilhar via


MqttTransportSettings(TransportType) Construtor

Definição

Cria uma instância com base nas opções 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

O tipo de transporte, de Mqtt_WebSocket_Only ou Mqtt_Tcp_Only

Aplica-se a