UdpDiscoveryEndpointElement.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, convertit le ServiceEndpoint spécifié en point de terminaison de découverte UDP.
Surcharges
OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement) |
En cas d'appel ou de substitution par une classe dérivée, convertit le ServiceEndpoint spécifié en point de terminaison de découverte UDP. |
OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement) |
En cas d'appel ou de substitution par une classe dérivée, convertit le ServiceEndpoint spécifié en point de terminaison de découverte UDP. |
OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)
En cas d'appel ou de substitution par une classe dérivée, convertit le ServiceEndpoint spécifié en point de terminaison de découverte UDP.
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 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, convertit le ServiceEndpoint spécifié en point de terminaison de découverte UDP.
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 sont appliqués.
- serviceEndpointElement
- ServiceEndpointElement
Non implémenté.