RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSOAPHeadersBase.SetHeadersInOut Method

Sets the lists of incoming and outgoing headers.

Pascal
procedure SetHeadersInOut(var InHdrs: THeaderList; var OutHdrs: THeaderList);
C++
__fastcall SetHeadersInOut(THeaderList InHdrs, THeaderList OutHdrs);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!