C# Класс GSF.ServiceModel.JsonFaultWebHttpBehavior

Extends WebHttpBehavior for JSON error handling.
Наследование: System.ServiceModel.Description.WebHttpBehavior
Показать файл Открыть проект

Защищенные методы

Метод Описание
AddServerErrorHandlers ( ServiceEndpoint endpoint, EndpointDispatcher endpointDispatcher ) : void

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

Описание методов

AddServerErrorHandlers() защищенный Метод

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.
Результат void