Freigeben über


SoapProcessingBehavior.ApplyClientBehavior Methode

Definition

Wendet das angegebene Endpunktverhalten auf den Client an.

public:
 virtual void ApplyClientBehavior(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Dispatcher::ClientRuntime ^ clientRuntime);
public void ApplyClientBehavior (System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.ClientRuntime clientRuntime);
abstract member ApplyClientBehavior : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.ClientRuntime -> unit
override this.ApplyClientBehavior : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.ClientRuntime -> unit
Public Sub ApplyClientBehavior (endpoint As ServiceEndpoint, clientRuntime As ClientRuntime)

Parameter

endpoint
ServiceEndpoint

Der Dienstendpunkt, der für den Client übernommen werden soll.

clientRuntime
ClientRuntime

Die Laufzeit auf dem Client.

Implementiert

Gilt für