Soap.SOAPHTTPTrans.THTTPReqResp.Check
Delphi
procedure Check(Error: Boolean; ShowSOAPAction: Boolean = False);
C++
void __fastcall Check(bool Error, bool ShowSOAPAction = false);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Soap.SOAPHTTPTrans.pas Soap.SOAPHTTPTrans.hpp |
Soap.SOAPHTTPTrans | THTTPReqResp |
Description
Raises an exception when an error is detected.
Note: On Windows (when using WinInet), THTTPReqResp calls Check internally to raise an exception when it encounters an error.
Note: Check is not available on Linux.
Error indicates whether an error condition was detected.
ShowSOAPAction indicates whether the error message should include information about the SOAP Action header.