C# Class GSF.ServiceModel.JsonFaultWebHttpBehavior

Extends WebHttpBehavior for JSON error handling.
Inheritance: System.ServiceModel.Description.WebHttpBehavior
Afficher le fichier Open project: GridProtectionAlliance/gsf

Méthodes protégées

Méthode 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 méthode

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.
Résultat void