Share via


CallbackDebugBehavior.IEndpointBehavior.ApplyClientBehavior 메서드

정의

ApplyClientBehavior(ServiceEndpoint, ClientRuntime)를 구현하여 동작을 지원합니다.

 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

사용자 지정할 클라이언트 런타임입니다.

구현

설명

값을 할당 합니다 IncludeExceptionDetailInFaults 속성을는 ChannelDispatcher.IncludeExceptionDetailInFaults 속성입니다.

적용 대상