StandardEndpointElement.ApplyConfiguration Metoda

Definicja

Stosuje zawartość określonego punktu końcowego konfiguracji do bieżącego elementu konfiguracji.

Przeciążenia

ApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

Stosuje zawartość określonego punktu końcowego usługi do bieżącego elementu punktu końcowego kanału.

ApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

Stosuje zawartość określonego punktu końcowego usługi do bieżącego elementu punktu końcowego usługi.

ApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

Stosuje zawartość określonego punktu końcowego usługi do bieżącego elementu punktu końcowego kanału.

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

Punkt końcowy, który umożliwia klientom znajdowanie i komunikowanie się z usługą.

channelEndpointElement
ChannelEndpointElement

Element punktu końcowego definiujący fizyczny transfer komunikatów między klientem a usługą.

Dotyczy

ApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

Stosuje zawartość określonego punktu końcowego usługi do bieżącego elementu punktu końcowego usługi.

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

Punkt końcowy, który umożliwia klientom znajdowanie i komunikowanie się z usługą.

serviceEndpointElement
ServiceEndpointElement

Element punktu końcowego definiujący sposób znajdowania i komunikowania się klientów z usługą.

Dotyczy