WSHttpRelaySecurityElement.Transport プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
トランスポートのセキュリティ設定を取得します。
[System.Configuration.ConfigurationProperty("transport")]
public Microsoft.ServiceBus.Configuration.WSHttpRelayTransportSecurityElement Transport { get; }
[<System.Configuration.ConfigurationProperty("transport")>]
member this.Transport : Microsoft.ServiceBus.Configuration.WSHttpRelayTransportSecurityElement
Public ReadOnly Property Transport As WSHttpRelayTransportSecurityElement
プロパティ値
トランスポートの WSHttpRelayTransportSecurityElement セキュリティ設定を指定する を返します。 WSHttpRelayTransportSecurityElement このプロパティによって返される オブジェクトを使用して、 のトランスポート セキュリティ パラメーターを WSHttpRelayBinding設定します。 TransportCredentialOnly 値が で Microsoft.ServiceBus.WSHttpRelayBinding.#ctor(Microsoft.ServiceBus.EndToEndSecurityMode,Microsoft.ServiceBus.RelayClientAuthenticationType,System.Boolean)指定されている場合、Transport プロパティによって提供される設定がサービス エンドポイントに対して有効になります。 このプロパティの値は、コンストラクター内でのみ明示的なパラメーターとして設定でき、バインド インスタンスの作成後に値を再度設定することはできません。
- 属性
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET