Web.Win.IsapiHTTP.TISAPIResponse.Sent

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function Sent: Boolean; override;

C++

virtual bool __fastcall Sent();

Propriétés

Type Visibilité  Source Unité  Parent
function public
Web.Win.IsapiHTTP.pas
Web.Win.IsapiHTTP.hpp
Web.Win.IsapiHTTP TISAPIResponse

Description

Indique si le message de réponse HTTP a été envoyé.

Sent renvoie true si la méthode SendRedirect ou SendStream a été appelée. Les objets TISAPIApplication lisent Sent pour déterminer s'ils doivent expédier une réponse au client web.

Voir aussi