次の方法で共有


WSHttpRelaySecurityElement.Transport プロパティ

定義

トランスポートのセキュリティ設定を取得します。

[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 プロパティによって提供される設定がサービス エンドポイントに対して有効になります。 このプロパティの値は、コンストラクター内でのみ明示的なパラメーターとして設定でき、バインド インスタンスの作成後に値を再度設定することはできません。

属性

適用対象