Web.HTTPApp.TWebRequest.MethodType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MethodType: TMethodType read FMethodType;

C++

__property TMethodType MethodType = {read=FMethodType, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebRequest

Description

Specifies the type of the request method.

Read the MethodType property to obtain the type of the request method. MethodType will return mtAny, mtGet, mtPut, mtPost, or mtHead.

See Also