Soap.SOAPHTTPTrans.THTTPReqResp.OnWinInetError
Delphi
property  OnWinInetError: TWinInetErrorEvent read FOnWinInetError write FOnWinInetError;
C++
__property TWinInetErrorEvent OnWinInetError = {read=FOnWinInetError, write=FOnWinInetError};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| event | published | Soap.SOAPHTTPTrans.pas Soap.SOAPHTTPTrans.hpp  | 
        Soap.SOAPHTTPTrans | THTTPReqResp | 
Description
OnWinInetError is triggered whenever an error occurs in a SOAP communication.
Write an OnWinInetError event handler to notify the end user about the errors that occur during a SOAP communication.