StandardEndpointElement.OnInitializeAndValidate メソッド

定義

派生クラスから呼び出された場合は、サービス アプリケーション構成ファイルに指定されているサービス エンドポイントの書式を初期化および検証します。

オーバーロード

OnInitializeAndValidate(ChannelEndpointElement)

派生クラスから呼び出された場合は、サービス アプリケーション構成ファイルに指定されているサービス エンドポイントの書式を初期化および検証します。

OnInitializeAndValidate(ServiceEndpointElement)

派生クラスから呼び出された場合は、サービス アプリケーション構成ファイルに指定されているサービス エンドポイントの書式を初期化および検証します。

OnInitializeAndValidate(ChannelEndpointElement)

派生クラスから呼び出された場合は、サービス アプリケーション構成ファイルに指定されているサービス エンドポイントの書式を初期化および検証します。

protected:
 abstract void OnInitializeAndValidate(System::ServiceModel::Configuration::ChannelEndpointElement ^ channelEndpointElement);
protected abstract void OnInitializeAndValidate (System.ServiceModel.Configuration.ChannelEndpointElement channelEndpointElement);
abstract member OnInitializeAndValidate : System.ServiceModel.Configuration.ChannelEndpointElement -> unit
Protected MustOverride Sub OnInitializeAndValidate (channelEndpointElement As ChannelEndpointElement)

パラメーター

channelEndpointElement
ChannelEndpointElement

クライアントとサービス間でのメッセージの物理的な転送を定義するエンドポイント要素。

適用対象

OnInitializeAndValidate(ServiceEndpointElement)

派生クラスから呼び出された場合は、サービス アプリケーション構成ファイルに指定されているサービス エンドポイントの書式を初期化および検証します。

protected:
 abstract void OnInitializeAndValidate(System::ServiceModel::Configuration::ServiceEndpointElement ^ serviceEndpointElement);
protected abstract void OnInitializeAndValidate (System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement);
abstract member OnInitializeAndValidate : System.ServiceModel.Configuration.ServiceEndpointElement -> unit
Protected MustOverride Sub OnInitializeAndValidate (serviceEndpointElement As ServiceEndpointElement)

パラメーター

serviceEndpointElement
ServiceEndpointElement

クライアントがサービスを検索し、サービスと通信できるようにするサービス エンドポイント要素。

適用対象