ServiceMetadataEndpointElement.OnInitializeAndValidate メソッド

定義

指定したサービスまたはチャネル エンドポイント要素の形式を初期化して検証し、メタデータ交換コンテンツを含むように構成します。

オーバーロード

名前 説明
OnInitializeAndValidate(ChannelEndpointElement)

指定したチャネル エンドポイント要素の形式を初期化して検証し、メタデータ交換コンテンツを含むように構成します。

OnInitializeAndValidate(ServiceEndpointElement)

指定したサービス エンドポイント要素の形式を初期化して検証し、メタデータ交換コンテンツを含むように構成します。

OnInitializeAndValidate(ChannelEndpointElement)

指定したチャネル エンドポイント要素の形式を初期化して検証し、メタデータ交換コンテンツを含むように構成します。

protected:
 override void OnInitializeAndValidate(System::ServiceModel::Configuration::ChannelEndpointElement ^ channelEndpointElement);
protected override void OnInitializeAndValidate(System.ServiceModel.Configuration.ChannelEndpointElement channelEndpointElement);
override this.OnInitializeAndValidate : System.ServiceModel.Configuration.ChannelEndpointElement -> unit
Protected Overrides Sub OnInitializeAndValidate (channelEndpointElement As ChannelEndpointElement)

パラメーター

channelEndpointElement
ChannelEndpointElement

メタデータ交換コンテンツ構成設定が適用されるチャネル エンドポイント。

適用対象

OnInitializeAndValidate(ServiceEndpointElement)

指定したサービス エンドポイント要素の形式を初期化して検証し、メタデータ交換コンテンツを含むように構成します。

protected:
 override void OnInitializeAndValidate(System::ServiceModel::Configuration::ServiceEndpointElement ^ serviceEndpointElement);
protected override void OnInitializeAndValidate(System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement);
override this.OnInitializeAndValidate : System.ServiceModel.Configuration.ServiceEndpointElement -> unit
Protected Overrides Sub OnInitializeAndValidate (serviceEndpointElement As ServiceEndpointElement)

パラメーター

serviceEndpointElement
ServiceEndpointElement

メタデータ交換コンテンツ構成設定が適用されるサービス エンドポイント。

適用対象