RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRIO.SOAPHeaders Property

Provides access to the headers of SOAP messages that the remote interface object sends or receives.

Pascal
property SOAPHeaders: TSOAPHeaders;
C++
__property TSOAPHeaders SOAPHeaders;

SOAPHeaders is a helper object that lets TRIO support the ISOAPHeaders interface. It has methods to add headers to an outgoing request message and to retrieve the headers from the resulting response message. You can use the SOAPHeaders property directly, or access it through an ISOAPHeaders interface, which is obtained from the invokable interface using the as operator (Delphi) or the Supports method (C++).

Note: Although TRIO uses the SOAPHeaders property to implement an ISOAPHeaders interface, you can't obtain an ISOAPHeaders interface directly from TRIO. Rather, you must obtain this interface from an invokable interface.
 

 

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