DiscoveryEndpointElement.OnApplyConfiguration Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
En cas d'appel ou de substitution par une classe dérivée, applique les propriétés de configuration au DiscoveryEndpointspécifié.
Surcharges
OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement) |
En cas d'appel ou de substitution par une classe dérivée, applique les propriétés de configuration au DiscoveryEndpointspécifié. |
OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement) |
En cas d'appel ou de substitution par une classe dérivée, applique les propriétés de configuration au DiscoveryEndpointspécifié. |
OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)
En cas d'appel ou de substitution par une classe dérivée, applique les propriétés de configuration au DiscoveryEndpointspécifié.
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)
Paramètres
- endpoint
- ServiceEndpoint
Point de terminaison de service auquel les paramètres de configuration de découverte sont appliqués.
- serviceEndpointElement
- ChannelEndpointElement
Non implémenté.
S’applique à
OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)
En cas d'appel ou de substitution par une classe dérivée, applique les propriétés de configuration au DiscoveryEndpointspécifié.
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)
Paramètres
- endpoint
- ServiceEndpoint
Point de terminaison de service auquel les paramètres de configuration de découverte sont appliqués.
- serviceEndpointElement
- ServiceEndpointElement
Non implémenté.