Enum TransportType
- Namespace
- Microsoft.Azure.ServiceBus
- Assembly
- Microsoft.Azure.ServiceBus.dll
AMQP Transport Type
public enum TransportType
Fields
Amqp = 0
Uses AMQP over TCP.
This is the default value. It runs on port 5671. AmqpWebSockets = 1
Uses AMQP over WebSockets