WebHttpBehavior::AddClientErrorInspector Method (ServiceEndpoint^, ClientRuntime^)

 

Adds a client error inspector to the specified service endpoint.

Namespace:   System.ServiceModel.Description
Assembly:  System.ServiceModel.Web (in System.ServiceModel.Web.dll)

protected:
virtual void AddClientErrorInspector(
	ServiceEndpoint^ endpoint,
	ClientRuntime^ clientRuntime
)

Parameters

endpoint
Type: System.ServiceModel.Description::ServiceEndpoint^

The service endpoint.

clientRuntime
Type: System.ServiceModel.Dispatcher::ClientRuntime^

The client runtime.

.NET Framework
Available since 3.5
Silverlight
Available since 4.0
Return to top
Show: