TransportType Enum

Definition

Transport types supported by ServiceClient - Amqp and Amqp over WebSocket only

public enum TransportType
type TransportType = 
Public Enum TransportType
Inheritance
TransportType

Fields

Amqp 0

Advanced Message Queuing Protocol transport.

Amqp_WebSocket_Only 1

Advanced Message Queuing Protocol transport over WebSocket only.

Applies to