Soap.InvokeRegistry.TSOAPHeaders.SendCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  SendCount: Integer;

C++

int __fastcall SendCount();

Properties

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

Description

Indicates the number of headers that have been added to an outgoing message.

Call SendCount to determine the number of headers that have been added to an outgoing message. These headers are added by previous calls to the Send method.

See Also