RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSOAPHeadersBase Class

TSOAPHeadersBase is the base class for classes that maintain lists of SOAP headers.

Pascal
TSOAPHeadersBase = class(TContainedObject, IHeadersSetter);
C++
class TSOAPHeadersBase : public TContainedObject, public IHeadersSetter;

TSOAPHeadersBase provides support for maintaining two lists of TSOAPHeader descendants. One list is for the headers that an application sends and the other is for the headers that are it receives with an incoming message. 

TSOAPHeadersBase is a descendant of TContainedObject. As such, it is designed to be used as a helper object in supporting an interface for working with SOAP headers. TSOAPHeadersBase is intended only as a base class. For working with SOAP headers, use a TSOAPHeadersBase descendant such as TSOAPHeaders

 

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