WebHttpBehavior.AddClientErrorInspector Metodo

Definizione

Aggiunge un controllo dell'errore client all'endpoint del servizio specificato.

protected:
 virtual void AddClientErrorInspector(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Dispatcher::ClientRuntime ^ clientRuntime);
protected virtual void AddClientErrorInspector (System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.ClientRuntime clientRuntime);
abstract member AddClientErrorInspector : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.ClientRuntime -> unit
override this.AddClientErrorInspector : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.ClientRuntime -> unit
Protected Overridable Sub AddClientErrorInspector (endpoint As ServiceEndpoint, clientRuntime As ClientRuntime)

Parametri

endpoint
ServiceEndpoint

Endpoint del servizio.

clientRuntime
ClientRuntime

Fase di esecuzione del client.

Si applica a