C# Class GSF.ServiceModel.JsonFaultWebHttpBehavior

Extends WebHttpBehavior for JSON error handling.
Inheritance: System.ServiceModel.Description.WebHttpBehavior
ファイルを表示 Open project: GridProtectionAlliance/gsf

Protected Methods

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

Override this method to change the way errors that occur on the service are handled.

Method Details

AddServerErrorHandlers() protected method

Override this method to change the way errors that occur on the service are handled.
protected AddServerErrorHandlers ( ServiceEndpoint endpoint, EndpointDispatcher endpointDispatcher ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint The service endpoint.
endpointDispatcher System.ServiceModel.Dispatcher.EndpointDispatcher The endpoint dispatcher.
return void