ServiceBusConnection.TransportType Property

Definition

Get the transport type from the connection string. Available options: Amqp and AmqpWebSockets.

public Microsoft.Azure.ServiceBus.TransportType TransportType { get; set; }
member this.TransportType : Microsoft.Azure.ServiceBus.TransportType with get, set
Public Property TransportType As TransportType

Property Value

Applies to