StandardEndpointElement.OnApplyConfiguration Metoda

Definice

Při volání z odvozené třídy načte informace o popisu služby z konfiguračního souboru a použije je pro vytvořený modul runtime.

Přetížení

OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

Při volání z odvozené třídy načte informace o popisu služby z konfiguračního souboru a použije je pro vytvořený modul runtime.

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

Při volání z odvozené třídy načte informace o popisu služby z konfiguračního souboru a použije je pro vytvořený modul runtime.

OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

Při volání z odvozené třídy načte informace o popisu služby z konfiguračního souboru a použije je pro vytvořený modul runtime.

protected:
 abstract void OnApplyConfiguration(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Configuration::ChannelEndpointElement ^ channelEndpointElement);
protected abstract void OnApplyConfiguration (System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ChannelEndpointElement channelEndpointElement);
abstract member OnApplyConfiguration : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Configuration.ChannelEndpointElement -> unit
Protected MustOverride Sub OnApplyConfiguration (endpoint As ServiceEndpoint, channelEndpointElement As ChannelEndpointElement)

Parametry

endpoint
ServiceEndpoint

Koncový bod, který umožňuje klientům najít službu a komunikovat s ním.

channelEndpointElement
ChannelEndpointElement

Prvek koncového bodu, který definuje fyzický přenos zpráv tam a zpět mezi klientem a službou.

Platí pro

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

Při volání z odvozené třídy načte informace o popisu služby z konfiguračního souboru a použije je pro vytvořený modul runtime.

protected:
 abstract void OnApplyConfiguration(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Configuration::ServiceEndpointElement ^ serviceEndpointElement);
protected abstract void OnApplyConfiguration (System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement);
abstract member OnApplyConfiguration : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Configuration.ServiceEndpointElement -> unit
Protected MustOverride Sub OnApplyConfiguration (endpoint As ServiceEndpoint, serviceEndpointElement As ServiceEndpointElement)

Parametry

endpoint
ServiceEndpoint

Koncový bod, který umožňuje klientům najít službu a komunikovat s ním.

serviceEndpointElement
ServiceEndpointElement

Prvek koncového bodu služby aplikace služby.

Platí pro