Soap.InvokeRegistry.ISOAPHeaders.SetOwnsSentHeaders

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetOwnsSentHeaders(Flag: Boolean);

C++

virtual void __fastcall SetOwnsSentHeaders(bool Flag) = 0 ;

Properties

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

Description

Sets the value of the OwnsSentHeaders property.

SetOwnsSentHeaders is the write implementation for the OwnsSentHeaders property.

Flag is the new value of the OwnsSentHeaders property.

See Also