CallbackDebugBehavior.IEndpointBehavior.ApplyClientBehavior Methode

Definitie

Implementeert het ApplyClientBehavior(ServiceEndpoint, ClientRuntime) ter ondersteuning van het gedrag.

 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

Parameters

serviceEndpoint
ServiceEndpoint

Het eindpunt dat moet worden aangepast.

behavior
ClientRuntime

De clientruntime die moet worden aangepast.

Implementeringen

Opmerkingen

Hiermee wordt de waarde van de IncludeExceptionDetailInFaults eigenschap aan de ChannelDispatcher.IncludeExceptionDetailInFaults eigenschap toegewezen.

Van toepassing op