Share via


MustUnderstandBehavior.IEndpointBehavior.ApplyClientBehavior 메서드

정의

ValidateMustUnderstand 속성에 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

매개 변수

serviceEndpoint
ServiceEndpoint

동작이 적용되는 엔드포인트입니다.

behavior
ClientRuntime

설정할 클라이언트 런타임입니다.

구현

설명

ApplyClientBehavior 메서드를 구현하여 동작 기능을 지원합니다.

적용 대상