WCF-Xtensions Class Reference for .NET
AddClientErrorInspector Method (NoemaxWebRelayHttpBehavior)






Syntax
protected virtual void AddClientErrorInspector( 
   System.ServiceModel.Description.ServiceEndpoint endpoint,
   System.ServiceModel.Dispatcher.ClientRuntime clientRuntime
)
protected procedure AddClientErrorInspector( 
    endpoint: System.ServiceModel.Description.ServiceEndpoint;
    clientRuntime: System.ServiceModel.Dispatcher.ClientRuntime
); virtual; 
protected function AddClientErrorInspector( 
   endpoint : System.ServiceModel.Description.ServiceEndpoint,
   clientRuntime : System.ServiceModel.Dispatcher.ClientRuntime
);
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
) 
'Declaration
 
Protected Overridable Sub AddClientErrorInspector( _
   ByVal endpoint As System.ServiceModel.Description.ServiceEndpoint, _
   ByVal clientRuntime As System.ServiceModel.Dispatcher.ClientRuntime _
) 
 
'Usage
 
Dim instance As NoemaxWebRelayHttpBehavior
Dim endpoint As System.ServiceModel.Description.ServiceEndpoint
Dim clientRuntime As System.ServiceModel.Dispatcher.ClientRuntime
 
instance.AddClientErrorInspector(endpoint, clientRuntime)

Parameters

endpoint
clientRuntime
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NoemaxWebRelayHttpBehavior Class
NoemaxWebRelayHttpBehavior Members

Send Feedback