你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PSTransportType Enum

Definition

Transport types.

public enum PSTransportType
type PSTransportType = 
Public Enum PSTransportType
Inheritance
PSTransportType

Fields

Amqp 0

Advanced Message Queuing Protocol transport. Try Amqp over TCP first and fallback to Amqp over WebSocket if that fails.

Amqp_Tcp_Only 3

Advanced Message Queuing Protocol transport over native TCP only.Advanced Message Queuing Protocol transport. Try Amqp over TCP first and fallback to Amqp over WebSocket if that fails

Amqp_WebSocket_Only 2

Advanced Message Queuing Protocol transport over WebSocket only.

Http1 1

HyperText Transfer Protocol version 1 transport.

Mqtt 4

Message Queuing Telemetry Transport. Try Mqtt over TCP first and fallback to Mqtt over WebSocket if that fails.

Mqtt_Tcp_Only 6

Message Queuing Telemetry Transport over native TCP only.

Mqtt_WebSocket_Only 5

Message Queuing Telemetry Transport over Websocket only.

Applies to