WebScriptEndpointElement.OnInitializeAndValidate Método

Definición

Inicializa y comprueba el formato de un especificado ServiceEndpointElement o ChannelEndpointElement y lo configura para incluir contenido de enlace HTTP web.

Sobrecargas

Nombre Description
OnInitializeAndValidate(ChannelEndpointElement)

Inicializa y comprueba el formato del especificado ChannelEndpointElement y lo configura para incluir contenido de enlace HTTP web.

OnInitializeAndValidate(ServiceEndpointElement)

Inicializa y comprueba el formato del especificado ServiceEndpointElement y lo configura para incluir contenido de enlace HTTP web.

OnInitializeAndValidate(ChannelEndpointElement)

Inicializa y comprueba el formato del especificado ChannelEndpointElement y lo configura para incluir contenido de enlace HTTP 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)

Parámetros

channelEndpointElement
ChannelEndpointElement

que ChannelEndpointElement se va a inicializar.

Se aplica a

OnInitializeAndValidate(ServiceEndpointElement)

Inicializa y comprueba el formato del especificado ServiceEndpointElement y lo configura para incluir contenido de enlace HTTP 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)

Parámetros

serviceEndpointElement
ServiceEndpointElement

que ServiceEndpointElement se va a inicializar.

Se aplica a