Soap.SOAPHTTPTrans.THTTPReqResp.InvokeOptions

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property  InvokeOptions: TSOAPInvokeOptions read FInvokeOptions write FInvokeOptions  default [soIgnoreInvalidCerts, soAutoCheckAccessPointViaUDDI];

C++

__property TSOAPInvokeOptions InvokeOptions = {read=FInvokeOptions, write=FInvokeOptions, default=10};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Soap.SOAPHTTPTrans.pas
Soap.SOAPHTTPTrans.hpp
Soap.SOAPHTTPTrans THTTPReqResp

Beschreibung

Definiert, wie THTTPReqResp Header in Nachrichten erzeugt oder behandelt und diese an den Server übergibt.

Mit InvokeOptions lässt sich die Art anpassen, mit der THTTPReqResp SOAP-Botschaften für das aufrufbare Interface auf dem Server erzeugt. InvokeOptions besteht aus einem Satz, mit dessen Hilfe THTTPReqResp so eingestellt werden kann, dass keine der Optionen enthalten ist.

Siehe auch