StandardEndpointElement.OnInitializeAndValidate 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從衍生類別呼叫時,初始化並驗證服務應用程式組態檔中的指定服務端點格式。
多載
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
服務端點項目,可讓用戶端尋找並與服務通訊。