Datasnap.DSHTTPWebBroker.TDSWebDispatch.MethodType

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Datasnap.DSHTTPWebBroker.pas
Datasnap.DSHTTPWebBroker.hpp
Unit: Datasnap.DSHTTPWebBroker
Parent: TDSWebDispatch

Delphi

property MethodType default mtAny;

C++

__property MethodType = {default=0};

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