NetOnewayRelayBinding コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
NetOnewayRelayBinding() |
NetOnewayRelayBinding クラスの新しいインスタンスを初期化します。 |
NetOnewayRelayBinding(NetOnewayRelaySecurity) |
指定したセキュリティ設定を使用して、 クラスの NetOnewayRelayBinding 新しいインスタンスを初期化します。 |
NetOnewayRelayBinding(String) |
指定した構成を使用して、 クラスの NetOnewayRelayBinding 新しいインスタンスを初期化します。 |
NetOnewayRelayBinding(EndToEndSecurityMode, RelayClientAuthenticationType) |
指定したセキュリティ モードと認証の種類を NetOnewayRelayBinding 使用して、 クラスの新しいインスタンスを初期化します。 |
NetOnewayRelayBinding(RelayedOnewayConnectionMode, EndToEndSecurityMode, RelayClientAuthenticationType) |
指定した接続モードとセキュリティ モード、および認証の NetOnewayRelayBinding 種類を使用して、 クラスの新しいインスタンスを初期化します。 |
NetOnewayRelayBinding(RelayedOnewayTransportBindingElement, BinaryMessageEncodingBindingElement, NetOnewayRelaySecurity) |
指定したトランスポート、エンコード、およびセキュリティをNetOnewayRelayBinding 使用して、 クラスの新しいインスタンスを初期化します。 |
NetOnewayRelayBinding()
NetOnewayRelayBinding(NetOnewayRelaySecurity)
指定したセキュリティ設定を使用して、 クラスの NetOnewayRelayBinding 新しいインスタンスを初期化します。
protected NetOnewayRelayBinding (Microsoft.ServiceBus.NetOnewayRelaySecurity security);
new Microsoft.ServiceBus.NetOnewayRelayBinding : Microsoft.ServiceBus.NetOnewayRelaySecurity -> Microsoft.ServiceBus.NetOnewayRelayBinding
Protected Sub New (security As NetOnewayRelaySecurity)
パラメーター
- security
- NetOnewayRelaySecurity
セキュリティ設定。
適用対象
NetOnewayRelayBinding(String)
指定した構成を使用して、 クラスの NetOnewayRelayBinding 新しいインスタンスを初期化します。
public NetOnewayRelayBinding (string configurationName);
new Microsoft.ServiceBus.NetOnewayRelayBinding : string -> Microsoft.ServiceBus.NetOnewayRelayBinding
Public Sub New (configurationName As String)
パラメーター
- configurationName
- String
使用する構成の名前。
適用対象
NetOnewayRelayBinding(EndToEndSecurityMode, RelayClientAuthenticationType)
指定したセキュリティ モードと認証の種類を NetOnewayRelayBinding 使用して、 クラスの新しいインスタンスを初期化します。
public NetOnewayRelayBinding (Microsoft.ServiceBus.EndToEndSecurityMode securityMode, Microsoft.ServiceBus.RelayClientAuthenticationType relayClientAuthenticationType);
new Microsoft.ServiceBus.NetOnewayRelayBinding : Microsoft.ServiceBus.EndToEndSecurityMode * Microsoft.ServiceBus.RelayClientAuthenticationType -> Microsoft.ServiceBus.NetOnewayRelayBinding
Public Sub New (securityMode As EndToEndSecurityMode, relayClientAuthenticationType As RelayClientAuthenticationType)
パラメーター
- securityMode
- EndToEndSecurityMode
セキュリティ モードです。
- relayClientAuthenticationType
- RelayClientAuthenticationType
認証の種類。
適用対象
NetOnewayRelayBinding(RelayedOnewayConnectionMode, EndToEndSecurityMode, RelayClientAuthenticationType)
指定した接続モードとセキュリティ モード、および認証の NetOnewayRelayBinding 種類を使用して、 クラスの新しいインスタンスを初期化します。
protected NetOnewayRelayBinding (Microsoft.ServiceBus.RelayedOnewayConnectionMode connectionMode, Microsoft.ServiceBus.EndToEndSecurityMode securityMode, Microsoft.ServiceBus.RelayClientAuthenticationType relayClientAuthenticationType);
new Microsoft.ServiceBus.NetOnewayRelayBinding : Microsoft.ServiceBus.RelayedOnewayConnectionMode * Microsoft.ServiceBus.EndToEndSecurityMode * Microsoft.ServiceBus.RelayClientAuthenticationType -> Microsoft.ServiceBus.NetOnewayRelayBinding
Protected Sub New (connectionMode As RelayedOnewayConnectionMode, securityMode As EndToEndSecurityMode, relayClientAuthenticationType As RelayClientAuthenticationType)
パラメーター
- connectionMode
- RelayedOnewayConnectionMode
接続モード。
- securityMode
- EndToEndSecurityMode
SOAP メッセージとクライアントで使用されるセキュリティの種類。
- relayClientAuthenticationType
- RelayClientAuthenticationType
クライアントで使用される認証の種類。
適用対象
NetOnewayRelayBinding(RelayedOnewayTransportBindingElement, BinaryMessageEncodingBindingElement, NetOnewayRelaySecurity)
指定したトランスポート、エンコード、およびセキュリティをNetOnewayRelayBinding 使用して、 クラスの新しいインスタンスを初期化します。
protected NetOnewayRelayBinding (Microsoft.ServiceBus.RelayedOnewayTransportBindingElement transport, System.ServiceModel.Channels.BinaryMessageEncodingBindingElement encoding, Microsoft.ServiceBus.NetOnewayRelaySecurity security);
new Microsoft.ServiceBus.NetOnewayRelayBinding : Microsoft.ServiceBus.RelayedOnewayTransportBindingElement * System.ServiceModel.Channels.BinaryMessageEncodingBindingElement * Microsoft.ServiceBus.NetOnewayRelaySecurity -> Microsoft.ServiceBus.NetOnewayRelayBinding
Protected Sub New (transport As RelayedOnewayTransportBindingElement, encoding As BinaryMessageEncodingBindingElement, security As NetOnewayRelaySecurity)
パラメーター
- transport
- RelayedOnewayTransportBindingElement
コア トランスポート設定を含むトランスポート要素。
- encoding
- BinaryMessageEncodingBindingElement
エンコード要素。
- security
- NetOnewayRelaySecurity
セキュリティ設定。
適用対象
Azure SDK for .NET