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