Soap.InvokeRegistry.ISOAPHeaders.GetOwnsSentHeaders

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  GetOwnsSentHeaders: Boolean;

C++

virtual bool __fastcall GetOwnsSentHeaders(void) = 0 ;

Properties

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

Description

Returns the value of the OwnsSentHeaders property.

GetOwnsSentHeaders is the read implementation for the OwnsSentHeaders property.

See Also