ServiceBusConnectionStringBuilder.TransportType プロパティ

定義

クライアント メッセージング エンティティに使用するトランスポートの種類を取得または設定します。

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

プロパティ値

接続に関連付けられているトランスポートの種類。

注釈

設定されていない場合、既定値は Amqp に対し EventHubClient、それ以外の場合は既定値です NetMessaging

適用対象