Sdílet prostřednictvím


WebScriptEndpointElement.OnInitializeAndValidate Metoda

Definice

Inicializuje a ověří formát zadaného ServiceEndpointElement nebo ChannelEndpointElement a nakonfiguruje ho tak, aby zahrnoval obsah vazby HTTP webu.

Přetížení

OnInitializeAndValidate(ChannelEndpointElement)

Inicializuje a ověří formát zadaného formátu ChannelEndpointElement a nakonfiguruje ho tak, aby zahrnoval obsah vazby HTTP webu.

OnInitializeAndValidate(ServiceEndpointElement)

Inicializuje a ověří formát zadaného formátu ServiceEndpointElement a nakonfiguruje ho tak, aby zahrnoval obsah vazby HTTP webu.

OnInitializeAndValidate(ChannelEndpointElement)

Inicializuje a ověří formát zadaného formátu ChannelEndpointElement a nakonfiguruje ho tak, aby zahrnoval obsah vazby HTTP webu.

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

ChannelEndpointElementPro inicializaci.

Platí pro

OnInitializeAndValidate(ServiceEndpointElement)

Inicializuje a ověří formát zadaného formátu ServiceEndpointElement a nakonfiguruje ho tak, aby zahrnoval obsah vazby HTTP webu.

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

ServiceEndpointElementPro inicializaci.

Platí pro