RAD Studio VCL Reference
|
Indicates who is responsible for freeing header objects that are included in outbound messages.
property OwnsSentHeaders: Boolean;
__property Boolean OwnsSentHeaders;
Use OwnsSentHeaders to indicate whether the header object instances you create and add to messages by calling the Send or SendAt method should be freed by the object that implements this interface. When OwnsSentHeaders is true, the object implementing ISOAPHeaders frees the header objects after sending them. When OwnsSentHeaders is false, the caller is responsible for freeing the header objects.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|