Compartir a través de


ServiceMetadataEndpointElement.OnApplyConfiguration Método

Definición

Sin implementar.

Sobrecargas

OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

Sin implementar.

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

Sin implementar.

OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

Sin implementar.

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

Sin implementar.

serviceEndpointElement
ChannelEndpointElement

Sin implementar.

Se aplica a

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

Sin implementar.

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

Sin implementar.

serviceEndpointElement
ServiceEndpointElement

Sin implementar.

Se aplica a