Web.HTTPApp.TCustomWebFileDispatcher.DispatchEnabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DispatchEnabled: Boolean;

C++

bool __fastcall DispatchEnabled();

Properties

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

Description

Indicates whether the web file dispatcher is enabled to respond to incoming HTTP messages.

DispatchEnabled always returns True, because the HTTP dispatcher cannot be disabled.

Note: Setting DispatchEnabled to False does nothing.

See Also