Share via


StandardEndpointElement.ApplyConfiguration Metoda

Definice

Použije obsah zadaného koncového bodu konfigurace na aktuální element konfigurace.

Přetížení

ApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

Použije obsah konkrétního koncového bodu služby na prvek aktuálního koncového bodu kanálu.

ApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

Použije obsah konkrétního koncového bodu služby na aktuální prvek koncového bodu služby.

ApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

Použije obsah konkrétního koncového bodu služby na prvek aktuálního koncového bodu kanálu.

public:
 void ApplyConfiguration(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Configuration::ChannelEndpointElement ^ channelEndpointElement);
public void ApplyConfiguration (System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ChannelEndpointElement channelEndpointElement);
member this.ApplyConfiguration : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Configuration.ChannelEndpointElement -> unit
Public Sub ApplyConfiguration (endpoint As ServiceEndpoint, channelEndpointElement As ChannelEndpointElement)

Parametry

endpoint
ServiceEndpoint

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

channelEndpointElement
ChannelEndpointElement

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

Platí pro

ApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

Použije obsah konkrétního koncového bodu služby na aktuální prvek koncového bodu služby.

public:
 void ApplyConfiguration(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Configuration::ServiceEndpointElement ^ serviceEndpointElement);
public void ApplyConfiguration (System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement);
member this.ApplyConfiguration : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Configuration.ServiceEndpointElement -> unit
Public Sub ApplyConfiguration (endpoint As ServiceEndpoint, serviceEndpointElement As ServiceEndpointElement)

Parametry

endpoint
ServiceEndpoint

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

serviceEndpointElement
ServiceEndpointElement

Prvek koncového bodu, který definuje, jak klienti službu najdou a komunikují s ní.

Platí pro