Soap.SOAPHTTPTrans.THTTPReqResp.OnHttpError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  OnHttpError: TSOAPHttpErrorEvent read FOnHttpError write FOnHttpError;

C++

__property TSOAPHttpErrorEvent OnHttpError = {read=FOnHttpError, write=FOnHttpError};

Properties

Type Visibility Source Unit Parent
event published
Soap.SOAPHTTPTrans.pas
Soap.SOAPHTTPTrans.hpp
Soap.SOAPHTTPTrans THTTPReqResp

Description

The OnHttpError event is triggered when a request returned an HTTP status code greater or equal to 300. The SOAP application may set an event handler, analyze the event arguments described at TSOAPHttpErrorEvent type, and return an action described by TSOAPHttpErrorAction.

See Also