Web.HTTPApp.TCustomWebFileDispatcher.DispatchMethodType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DispatchMethodType: TMethodType;

C++

TMethodType __fastcall DispatchMethodType();

Properties

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

Description

Returns the method type of all HTTP files to which this component responds.

DispatchMethodType returns the method type for the files' dispatch.

See Also