WebHttpRelayBinding コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
WebHttpRelayBinding() |
WebHttpRelayBinding クラスの新しいインスタンスを初期化します。 |
WebHttpRelayBinding(String) |
指定した構成名を使用して、 WebHttpRelayBinding クラスの新しいインスタンスを初期化します。 |
WebHttpRelayBinding(EndToEndWebHttpSecurityMode, RelayClientAuthenticationType) |
指定した種類の WebHttpRelayBinding セキュリティとリレー クライアント認証を使用して、 クラスの新しいインスタンスを初期化します。 |
WebHttpRelayBinding()
WebHttpRelayBinding(String)
指定した構成名を使用して、 WebHttpRelayBinding クラスの新しいインスタンスを初期化します。
public WebHttpRelayBinding (string configurationName);
new Microsoft.ServiceBus.WebHttpRelayBinding : string -> Microsoft.ServiceBus.WebHttpRelayBinding
Public Sub New (configurationName As String)
パラメーター
- configurationName
- String
使用する構成。
適用対象
WebHttpRelayBinding(EndToEndWebHttpSecurityMode, RelayClientAuthenticationType)
指定した種類の WebHttpRelayBinding セキュリティとリレー クライアント認証を使用して、 クラスの新しいインスタンスを初期化します。
public WebHttpRelayBinding (Microsoft.ServiceBus.EndToEndWebHttpSecurityMode securityMode, Microsoft.ServiceBus.RelayClientAuthenticationType relayClientAuthenticationType);
new Microsoft.ServiceBus.WebHttpRelayBinding : Microsoft.ServiceBus.EndToEndWebHttpSecurityMode * Microsoft.ServiceBus.RelayClientAuthenticationType -> Microsoft.ServiceBus.WebHttpRelayBinding
Public Sub New (securityMode As EndToEndWebHttpSecurityMode, relayClientAuthenticationType As RelayClientAuthenticationType)
パラメーター
- securityMode
- EndToEndWebHttpSecurityMode
バインディングで使用されるセキュリティの種類。
- relayClientAuthenticationType
- RelayClientAuthenticationType
リレーで使用されるクライアント認証の種類。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET