Soap.InvokeRegistry.TSOAPHeaders.GetOwnsSentHeaders

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  GetOwnsSentHeaders: Boolean;

C++

bool __fastcall GetOwnsSentHeaders();

Properties

Type Visibility Source Unit Parent
function public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry TSOAPHeaders

Description

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

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.

See Also