StandardEndpointElement.OnApplyConfiguration メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
派生クラスから呼び出された場合は、サービスの説明情報を構成ファイルから読み込み、構築中のランタイムに適用します。
オーバーロード
OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement) |
派生クラスから呼び出された場合は、サービスの説明情報を構成ファイルから読み込み、構築中のランタイムに適用します。 |
OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement) |
派生クラスから呼び出された場合は、サービスの説明情報を構成ファイルから読み込み、構築中のランタイムに適用します。 |
OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)
派生クラスから呼び出された場合は、サービスの説明情報を構成ファイルから読み込み、構築中のランタイムに適用します。
protected:
abstract void OnApplyConfiguration(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Configuration::ChannelEndpointElement ^ channelEndpointElement);
protected abstract void OnApplyConfiguration (System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ChannelEndpointElement channelEndpointElement);
abstract member OnApplyConfiguration : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Configuration.ChannelEndpointElement -> unit
Protected MustOverride Sub OnApplyConfiguration (endpoint As ServiceEndpoint, channelEndpointElement As ChannelEndpointElement)
パラメーター
- endpoint
- ServiceEndpoint
クライアントがサービスを検索し、サービスと通信できるようにするエンドポイント。
- channelEndpointElement
- ChannelEndpointElement
クライアントとサービス間でのメッセージの物理的な転送を定義するエンドポイント要素。
適用対象
OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)
派生クラスから呼び出された場合は、サービスの説明情報を構成ファイルから読み込み、構築中のランタイムに適用します。
protected:
abstract void OnApplyConfiguration(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Configuration::ServiceEndpointElement ^ serviceEndpointElement);
protected abstract void OnApplyConfiguration (System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement);
abstract member OnApplyConfiguration : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Configuration.ServiceEndpointElement -> unit
Protected MustOverride Sub OnApplyConfiguration (endpoint As ServiceEndpoint, serviceEndpointElement As ServiceEndpointElement)
パラメーター
- endpoint
- ServiceEndpoint
クライアントがサービスを検索し、サービスと通信できるようにするエンドポイント。
- serviceEndpointElement
- ServiceEndpointElement
サービス アプリケーションのサービス エンドポイント要素。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET