共用方式為


WebScriptEndpointElement.OnInitializeAndValidate 方法

定義

初始化並驗證指定 ServiceEndpointElementChannelEndpointElement 的格式,並將它設定為包含 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

適用於