C# Class Amido.System.ServiceModel.ErrorHanderBehavior

Inheritance: System.ServiceModel.Description.WebHttpBehavior
Show file Open project: amido/Amido.PreProcessor

Public Methods

Method Description
ErrorHanderBehavior ( IErrorHandler errorHandler ) : System.ServiceModel.Description

Protected Methods

Method Description
AddServerErrorHandlers ( ServiceEndpoint endpoint, EndpointDispatcher endpointDispatcher ) : void

Method Details

AddServerErrorHandlers() protected method

protected AddServerErrorHandlers ( ServiceEndpoint endpoint, EndpointDispatcher endpointDispatcher ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint
endpointDispatcher System.ServiceModel.Dispatcher.EndpointDispatcher
return void

ErrorHanderBehavior() public method

public ErrorHanderBehavior ( IErrorHandler errorHandler ) : System.ServiceModel.Description
errorHandler IErrorHandler
return System.ServiceModel.Description