Sdílet prostřednictvím


MustUnderstandBehavior.IEndpointBehavior.ApplyClientBehavior Metoda

Definice

Přiřadí hodnotu ValidateMustUnderstandValidateMustUnderstand vlastnosti .

 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

Parametry

serviceEndpoint
ServiceEndpoint

Koncový bod, na který se chování vztahuje.

behavior
ClientRuntime

Modul runtime klienta, který se má nastavit.

Implementuje

Poznámky

Implementuje metodu ApplyClientBehavior pro podporu funkcí chování.

Platí pro