Soap.InvokeRegistry.TSOAPHeadersBase.SetHeadersInOut

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetHeadersInOut(var InHdrs, OutHdrs: THeaderList);

C++

void __fastcall SetHeadersInOut(THeaderList* &InHdrs, THeaderList* &OutHdrs);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry TSOAPHeadersBase

Description

Sets the lists of incoming and outgoing headers.

Applications can't call the protected SetHeadersInOut method. It is used by descendant classes to initialize the lists of incoming and outgoing header objects.

InHdrs is a list of TSOAPHeader descendants that represent the headers received in a SOAP message.

OutHdrs is a list of TSOAPHeader descendants that represent the headers sent in a SOAP message.

See Also