Partage via


MustUnderstandBehavior.IEndpointBehavior.ApplyClientBehavior Méthode

Définition

Affecte la valeur de ValidateMustUnderstand à la propriété ValidateMustUnderstand.

 virtual void System.ServiceModel.Description.IEndpointBehavior.ApplyClientBehavior(System::ServiceModel::Description::ServiceEndpoint ^ serviceEndpoint, System::ServiceModel::Dispatcher::ClientRuntime ^ behavior) = System::ServiceModel::Description::IEndpointBehavior::ApplyClientBehavior;
void IEndpointBehavior.ApplyClientBehavior (System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, System.ServiceModel.Dispatcher.ClientRuntime behavior);
abstract member System.ServiceModel.Description.IEndpointBehavior.ApplyClientBehavior : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.ClientRuntime -> unit
override this.System.ServiceModel.Description.IEndpointBehavior.ApplyClientBehavior : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.ClientRuntime -> unit
Sub ApplyClientBehavior (serviceEndpoint As ServiceEndpoint, behavior As ClientRuntime) Implements IEndpointBehavior.ApplyClientBehavior

Paramètres

serviceEndpoint
ServiceEndpoint

Point de terminaison auquel le comportement s'applique.

behavior
ClientRuntime

Exécution du client à définir.

Implémente

Remarques

Implémente la méthode ApplyClientBehavior afin de prendre en charge la fonctionnalité de comportement.

S’applique à