CallbackDebugBehavior.IEndpointBehavior.ApplyClientBehavior Método

Definição

Implementa o ApplyClientBehavior(ServiceEndpoint, ClientRuntime) para apoiar o comportamento.

 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

O endpoint que deve ser personalizado.

behavior
ClientRuntime

O tempo de execução do cliente deve ser personalizado.

Implementações

Observações

Atribui o valor da IncludeExceptionDetailInFaults propriedade à propriedade ChannelDispatcher.IncludeExceptionDetailInFaults .

Aplica-se a