Soap.SOAPPasInv.TSoapPascalInvoker.FHeadersIn

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FHeadersIn: THeaderList;

C++

Soap::Invokeregistry::THeaderList* FHeadersIn;

Properties

Type Visibility Source Unit Parent
field protected
Soap.SOAPPasInv.pas
Soap.SOAPPasInv.hpp
Soap.SOAPPasInv TSoapPascalInvoker

Description

Maintains a list of received SOAP headers.

FHeadersIn maintains a list of received SOAP headers. These headers are used in the creation of the invoke context that is later used to invoke the required method.

See Also