Compartilhar via


MustUnderstandBehavior.IEndpointBehavior.ApplyClientBehavior Método

Definição

Atribui o valor de ValidateMustUnderstand à propriedade 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

O ponto de extremidade ao qual o comportamento se aplica.

behavior
ClientRuntime

O runtime do cliente a definir.

Implementações

Comentários

Implementa o ApplyClientBehavior método para dar suporte à funcionalidade de comportamento.

Aplica-se a