WebScriptEndpointElement.OnInitializeAndValidate Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje i weryfikuje format określonego lub i konfiguruje go tak, aby ServiceEndpointElement ChannelEndpointElement zawierał zawartość powiązania HTTP sieci Web.
Przeciążenia
OnInitializeAndValidate(ChannelEndpointElement) |
Inicjuje i weryfikuje format określonego pliku oraz konfiguruje go tak, aby ChannelEndpointElement zawierał zawartość powiązania HTTP sieci Web. |
OnInitializeAndValidate(ServiceEndpointElement) |
Inicjuje i weryfikuje format określonego pliku oraz konfiguruje go tak, aby ServiceEndpointElement zawierał zawartość powiązania HTTP sieci Web. |
OnInitializeAndValidate(ChannelEndpointElement)
Inicjuje i weryfikuje format określonego pliku oraz konfiguruje go tak, aby ChannelEndpointElement zawierał zawartość powiązania HTTP sieci Web.
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)
Parametry
- channelEndpointElement
- ChannelEndpointElement
Do ChannelEndpointElement zainicjowania.
Dotyczy
OnInitializeAndValidate(ServiceEndpointElement)
Inicjuje i weryfikuje format określonego pliku oraz konfiguruje go tak, aby ServiceEndpointElement zawierał zawartość powiązania HTTP sieci Web.
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)
Parametry
- serviceEndpointElement
- ServiceEndpointElement
Do ServiceEndpointElement zainicjowania.