Datasnap.DSHTTPWebBroker.TDSWebDispatch.MethodType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MethodType: TMethodType read FMethodType write FMethodType default 0;

C++

__property MethodType = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSHTTPWebBroker.pas
Datasnap.DSHTTPWebBroker.hpp
Datasnap.DSHTTPWebBroker TDSWebDispatch

Description

Specifies the type of the dispatch method.

Datasnap.DSHTTPWebBroker.TDSWebDispatch.MethodType inherits from Web.AutoDisp.TWebDispatch.MethodType. All content below this line refers to Web.AutoDisp.TWebDispatch.MethodType.

Specifies the type of the dispatch method.

Use this property to set and get the dispatch method—GET, POST, and so on.

See Also