UdpDiscoveryEndpointElement.OnApplyConfiguration Metod

Definition

När den anropas eller åsidosätts av en härledd klass konverteras den angivna ServiceEndpoint till en UDP-identifieringsslutpunkt.

Överlagringar

Name Description
OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

När den anropas eller åsidosätts av en härledd klass konverteras den angivna ServiceEndpoint till en UDP-identifieringsslutpunkt.

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

När den anropas eller åsidosätts av en härledd klass konverteras den angivna ServiceEndpoint till en UDP-identifieringsslutpunkt.

OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

När den anropas eller åsidosätts av en härledd klass konverteras den angivna ServiceEndpoint till en UDP-identifieringsslutpunkt.

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)

Parametrar

endpoint
ServiceEndpoint

Tjänstslutpunkten som konfigurationsinställningarna tillämpas på.

serviceEndpointElement
ChannelEndpointElement

Inte implementerad.

Gäller för

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

När den anropas eller åsidosätts av en härledd klass konverteras den angivna ServiceEndpoint till en UDP-identifieringsslutpunkt.

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)

Parametrar

endpoint
ServiceEndpoint

Tjänstslutpunkten som konfigurationsinställningarna tillämpas på.

serviceEndpointElement
ServiceEndpointElement

Inte implementerad.

Gäller för