ConfigurationChannelFactory<TChannel> コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定されたエンドポイント構成名、ConfigurationChannelFactory<TChannel> オブジェクト、および Configuration オブジェクトを持つ EndpointAddress クラスの新しいインスタンスを作成します。
public:
ConfigurationChannelFactory(System::String ^ endpointConfigurationName, System::Configuration::Configuration ^ configuration, System::ServiceModel::EndpointAddress ^ remoteAddress);
public ConfigurationChannelFactory (string endpointConfigurationName, System.Configuration.Configuration configuration, System.ServiceModel.EndpointAddress remoteAddress);
new System.ServiceModel.Configuration.ConfigurationChannelFactory<'Channel> : string * System.Configuration.Configuration * System.ServiceModel.EndpointAddress -> System.ServiceModel.Configuration.ConfigurationChannelFactory<'Channel>
Public Sub New (endpointConfigurationName As String, configuration As Configuration, remoteAddress As EndpointAddress)
パラメーター
- endpointConfigurationName
- String
エンドポイント構成要素内の名前プロパティ。
- configuration
- Configuration
エンドポイント要素内の情報を定義する設定。
- remoteAddress
- EndpointAddress
クライアント セッションまたはサーバー セッションの送信先エンドポイントの IP アドレス。 このパラメーターは、null
に設定され、configuration
パラメーターで指定した構成要素からエンドポイント アドレスを受け取る必要があることを示している場合があります。
例外
endpointConfigurationName
または configuration
が null
です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET