RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSOAPHeaders.GetOwnsSentHeaders Method

Indicates whether the TSOAPHeaders object frees headers that are added using the Send method

Pascal
function GetOwnsSentHeaders: Boolean;
C++
__fastcall Boolean GetOwnsSentHeaders();

GetOwnsSentHeaders returns true if the TSOAPHeaders instance frees any header objects added using the Send method. It returns false if the caller is responsible for freeing these header objects. 

 

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