ServiceBusConnectionStringBuilder.TransportType Property

Definition

Gets or sets the transport type to be used for client messaging entities.

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

Property Value

The transport type associated with the connection.

Remarks

If not set, default is Amqp for EventHubClient, otherwise default is NetMessaging

Applies to