Soap.InvokeRegistry.TSOAPHeaders.SetOwnsSentHeaders

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetOwnsSentHeaders(Flag: Boolean);

C++

void __fastcall SetOwnsSentHeaders(bool Flag);

Properties

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

Description

Sets a flag that indicates who should free outgoing header objects.

Call SetOwnsSentHeaders to specify who should free header objects that are added using the Send method.

Flag indicates whether this TSOAPHeaders frees the outgoing headers. If Flag is true, TSOAPHeaders frees the headers that are added by calling Send. If Flag is false, the caller is responsible for freeing these header objects.

See Also