Compartir a través de


MustUnderstandBehavior.IEndpointBehavior.ApplyClientBehavior Método

Definición

Asigna el valor de ValidateMustUnderstand a la propiedad 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

Parámetros

serviceEndpoint
ServiceEndpoint

Extremo al que se aplica el comportamiento.

behavior
ClientRuntime

El tiempo de ejecución del cliente que se establecerá.

Implementaciones

Comentarios

Implementa el método ApplyClientBehavior para admitir la funcionalidad del comportamiento.

Se aplica a