Share via


WebScriptEndpointElement.OnInitializeAndValidate メソッド

定義

指定された ServiceEndpointElement または ChannelEndpointElement の形式を初期化して検証し、Web HTTP バインディング コンテンツを含むように構成します。

オーバーロード

OnInitializeAndValidate(ChannelEndpointElement)

指定された ChannelEndpointElement の形式を初期化して検証し、Web HTTP バインディング コンテンツを含むように構成します。

OnInitializeAndValidate(ServiceEndpointElement)

指定された ServiceEndpointElement の形式を初期化して検証し、Web HTTP バインディング コンテンツを含むように構成します。

OnInitializeAndValidate(ChannelEndpointElement)

指定された ChannelEndpointElement の形式を初期化して検証し、Web HTTP バインディング コンテンツを含むように構成します。

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

初期化する ChannelEndpointElement

適用対象

OnInitializeAndValidate(ServiceEndpointElement)

指定された ServiceEndpointElement の形式を初期化して検証し、Web HTTP バインディング コンテンツを含むように構成します。

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

初期化する ServiceEndpointElement

適用対象