Soap.InvokeRegistry.ISOAPHeaders.SendCount

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function  SendCount: Integer;

C++

virtual int __fastcall SendCount() = 0 ;

Propriétés

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

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