CallbackDebugBehavior.IEndpointBehavior.ApplyClientBehavior Método

Definición

Implementa el ApplyClientBehavior(ServiceEndpoint, ClientRuntime) para admitir el comportamiento.

 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

punto de conexión que se va a personalizar.

behavior
ClientRuntime

Tiempo de ejecución del cliente que debe personalizarse.

Implementaciones

Comentarios

Asigna el valor de la IncludeExceptionDetailInFaults propiedad a la ChannelDispatcher.IncludeExceptionDetailInFaults propiedad .

Se aplica a