Datasnap.DSHTTPCommon.TDSHTTPRequest.CommandType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CommandType: TDSHTTPCommandType read GetCommandType;

C++

__property TDSHTTPCommandType CommandType = {read=GetCommandType, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSHTTPRequest

Description

Specifies the type of HTTP command to be processed by DataSnap.

The CommandType property specifies the type of HTTP command to be processed by DataSnap.

See Also