共用方式為


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

服務端點項目,可讓用戶端尋找並與服務通訊。

適用於