WebHttpEndpointElement.OnApplyConfiguration Método

Definición

Convierte el servicio o punto de conexión de canal especificado en un WebHttpEndpoint.

Sobrecargas

OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

Convierte el objeto especificado ServiceEndpoint en .WebHttpEndpoint

protected:
 override void OnApplyConfiguration(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Configuration::ChannelEndpointElement ^ serviceEndpointElement);
protected override void OnApplyConfiguration(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ChannelEndpointElement serviceEndpointElement);
override this.OnApplyConfiguration : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Configuration.ChannelEndpointElement -> unit
Protected Overrides Sub OnApplyConfiguration (endpoint As ServiceEndpoint, serviceEndpointElement As ChannelEndpointElement)

Parámetros

endpoint
ServiceEndpoint

al ServiceEndpoint que se aplican las opciones de configuración HTTP web.

serviceEndpointElement
ChannelEndpointElement

Sin implementar.

Se aplica a

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

Convierte el objeto especificado ServiceEndpoint en .WebHttpEndpoint

protected:
 override void OnApplyConfiguration(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Configuration::ServiceEndpointElement ^ serviceEndpointElement);
protected override void OnApplyConfiguration(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement);
override this.OnApplyConfiguration : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Configuration.ServiceEndpointElement -> unit
Protected Overrides Sub OnApplyConfiguration (endpoint As ServiceEndpoint, serviceEndpointElement As ServiceEndpointElement)

Parámetros

endpoint
ServiceEndpoint

al ServiceEndpoint que se aplican las opciones de configuración HTTP web.

serviceEndpointElement
ServiceEndpointElement

Sin implementar.

Se aplica a