Soap.SOAPHTTPTrans.THTTPReqResp.InvokeOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  InvokeOptions: TSOAPInvokeOptions read FInvokeOptions write FInvokeOptions;

C++

__property TSOAPInvokeOptions InvokeOptions = {read=FInvokeOptions, write=FInvokeOptions, nodefault};

Properties

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

Description

Customizes the way THTTPReqResp generates or handles headers in the messages it sends to the server.

Use InvokeOptions to customize the way THTTPReqResp generates SOAP messages to the invokable interface on the server. InvokeOptions is a set, allowing you to specify that THTTPReqResp include none of the options.

See Also