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

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

適用対象