Web.HTTPApp.TCustomWebFileDispatcher.DispatchEnabled

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function DispatchEnabled: Boolean;

C++

bool __fastcall DispatchEnabled();

Propriétés

Type Visibilité  Source Unité  Parent
function protected
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TCustomWebFileDispatcher

Description

Indique si le répartiteur des fichiers web est activé pour répondre aux messages HTTP entrants.

DispatchEnabled renvoie toujours True, parce que le répartiteur HTTP ne peut pas être désactivé.

Remarque : L'initialisation de DispatchEnabled à False n'a aucun effet.

Voir aussi