次の方法で共有


MqttTransportSettings(TransportType) コンストラクター

定義

指定した型オプションに基づいてインスタンスを作成します

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)

パラメーター

transportType
TransportType

トランスポートの種類(Mqtt_WebSocket_Only、またはMqtt_Tcp_Only)

適用対象