Sdílet prostřednictvím


UdpDiscoveryEndpointElement.OnApplyConfiguration Metoda

Definice

Při volání nebo přepsání odvozenou třídou převede zadaný na koncový bod ServiceEndpoint zjišťování UDP.

Přetížení

OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

Při volání nebo přepsání odvozenou třídou převede zadaný na koncový bod ServiceEndpoint zjišťování UDP.

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

Při volání nebo přepsání odvozenou třídou převede zadaný na koncový bod ServiceEndpoint zjišťování UDP.

OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

Při volání nebo přepsání odvozenou třídou převede zadaný na koncový bod ServiceEndpoint zjišťování 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)

Parametry

endpoint
ServiceEndpoint

Koncový bod služby, na který se konfigurační nastavení aplikuje.

serviceEndpointElement
ChannelEndpointElement

Není implementováno.

Platí pro

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

Při volání nebo přepsání odvozenou třídou převede zadaný na koncový bod ServiceEndpoint zjišťování 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)

Parametry

endpoint
ServiceEndpoint

Koncový bod služby, na který se konfigurační nastavení aplikuje.

serviceEndpointElement
ServiceEndpointElement

Není implementováno.

Platí pro