Soap.InvokeRegistry.TSOAPHeaders.SendCount

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function  SendCount: Integer;

C++

int __fastcall SendCount();

Propriétés

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

Description

Indique le nombre d'en-têtes qui ont été ajoutés à un message sortant.

Appelez SendCount pour déterminer le nombre d'en-têtes qui ont été ajoutés à un message sortant. Ces en-têtes sont ajoutés par les appels précédents à la méthode Send.

Voir aussi