Partager via


UdpDiscoveryEndpointElement.OnApplyConfiguration Méthode

Définition

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é.

S’applique à