StandardEndpointElement.ApplyConfiguration Methode

Definition

Wendet den Inhalt eines angegebenen Konfigurationsendpunkts auf das aktuelle Konfigurationselement an.

Überlädt

Name Beschreibung
ApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

Wendet den Inhalt eines bestimmten Dienstendpunkts auf das aktuelle Kanalendpunktelement an.

ApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

Wendet den Inhalt eines bestimmten Dienstendpunkts auf das aktuelle Dienstendpunktelement an.

ApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

Wendet den Inhalt eines bestimmten Dienstendpunkts auf das aktuelle Kanalendpunktelement an.

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)

Parameter

endpoint
ServiceEndpoint

Ein Endpunkt, der clients das Suchen und Kommunizieren mit dem Dienst ermöglicht.

channelEndpointElement
ChannelEndpointElement

Ein Endpunktelement, das die physische Übertragung von Nachrichten zwischen dem Client und dem Dienst definiert.

Gilt für:

ApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

Wendet den Inhalt eines bestimmten Dienstendpunkts auf das aktuelle Dienstendpunktelement an.

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)

Parameter

endpoint
ServiceEndpoint

Ein Endpunkt, der clients das Suchen und Kommunizieren mit dem Dienst ermöglicht.

serviceEndpointElement
ServiceEndpointElement

Ein Endpunktelement, das definiert, wie Clients mit dem Dienst suchen und kommunizieren.

Gilt für: