StandardEndpointElement.OnApplyConfiguration メソッド

定義

派生クラスから呼び出された場合は、サービスの説明情報を構成ファイルから読み込み、構築中のランタイムに適用します。

オーバーロード

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

サービス アプリケーションのサービス エンドポイント要素。

適用対象