StandardEndpointElement.InitializeAndValidate 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化並驗證服務應用程式組態檔中的指定端點格式。
多載
InitializeAndValidate(ChannelEndpointElement) |
初始化並驗證服務應用程式組態檔中的指定通道端點格式。 |
InitializeAndValidate(ServiceEndpointElement) |
初始化並驗證服務應用程式組態檔中的指定服務端點格式。 |
InitializeAndValidate(ChannelEndpointElement)
初始化並驗證服務應用程式組態檔中的指定通道端點格式。
public:
void InitializeAndValidate(System::ServiceModel::Configuration::ChannelEndpointElement ^ channelEndpointElement);
public void InitializeAndValidate (System.ServiceModel.Configuration.ChannelEndpointElement channelEndpointElement);
member this.InitializeAndValidate : System.ServiceModel.Configuration.ChannelEndpointElement -> unit
Public Sub InitializeAndValidate (channelEndpointElement As ChannelEndpointElement)
參數
- channelEndpointElement
- ChannelEndpointElement
端點項目,定義用戶端與服務間之間往來的實際訊息傳輸。
適用於
InitializeAndValidate(ServiceEndpointElement)
初始化並驗證服務應用程式組態檔中的指定服務端點格式。
public:
void InitializeAndValidate(System::ServiceModel::Configuration::ServiceEndpointElement ^ serviceEndpointElement);
public void InitializeAndValidate (System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement);
member this.InitializeAndValidate : System.ServiceModel.Configuration.ServiceEndpointElement -> unit
Public Sub InitializeAndValidate (serviceEndpointElement As ServiceEndpointElement)
參數
- serviceEndpointElement
- ServiceEndpointElement
可讓用戶端尋找並與服務通訊的端點項目。