WebHttpEndpointElement.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ślonej usługi lub elementu punktu końcowego kanału i konfiguruje go do dołączania zawartości http sieci Web.
Przeciążenia
OnInitializeAndValidate(ChannelEndpointElement) |
Inicjuje i weryfikuje format określonego elementu punktu końcowego kanału i konfiguruje go tak, aby zawierał internetową zawartość HTTP. |
OnInitializeAndValidate(ServiceEndpointElement) |
Inicjuje i weryfikuje format określonego elementu punktu końcowego usługi i konfiguruje go do dołączania zawartości HTTP sieci Web. |
OnInitializeAndValidate(ChannelEndpointElement)
Inicjuje i weryfikuje format określonego elementu punktu końcowego kanału i konfiguruje go tak, aby zawierał internetową zawartość 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)
Parametry
- channelEndpointElement
- ChannelEndpointElement
Element punktu końcowego kanału do zainicjowania i zweryfikowania.
Dotyczy
OnInitializeAndValidate(ServiceEndpointElement)
Inicjuje i weryfikuje format określonego elementu punktu końcowego usługi i konfiguruje go do dołączania zawartości 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
Element punktu końcowego usługi do zainicjowania i zweryfikowania.