C# 클래스 GSF.ServiceModel.JsonFaultWebHttpBehavior

Extends WebHttpBehavior for JSON error handling.
상속: System.ServiceModel.Description.WebHttpBehavior
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

보호된 메소드들

메소드 설명
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