API:Soap.SOAPHTTPTrans.SOAPInvokeOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

SOAPInvokeOptions = (soNoValueForEmptySOAPAction,   { Send "" or absolutely no value for empty SOAPAction }
soIgnoreInvalidCerts,          { Handle Invalid Server Cert and ask HTTP runtime to ignore }
soNoSOAPActionHeader,          { Don't send SOAPAction - use very very carefully!! }
soAutoCheckAccessPointViaUDDI, { if we get a status code 404/405/410 - contact UDDI }
soPickFirstClientCertificate   { WinInet Only }
);

C++

enum DECLSPEC_DENUM SOAPInvokeOptions : unsigned char { soNoValueForEmptySOAPAction, soIgnoreInvalidCerts, soNoSOAPActionHeader, soAutoCheckAccessPointViaUDDI, soPickFirstClientCertificate };

Properties

Type Visibility Source Unit Parent
enum public
Soap.SOAPHTTPTrans.pas
Soap.SOAPHTTPTrans.hpp
Soap.SOAPHTTPTrans Soap.SOAPHTTPTrans

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!