Datasnap.DSHTTPCommon.TDSHTTPRequest.Command
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Datasnap.DSHTTPCommon.pas Datasnap.DSHTTPCommon.hpp
| |
Unit: Datasnap.DSHTTPCommon | |
Parent: TDSHTTPRequest |
Delphi
property Command: string read GetCommand;
C++
__property System::UnicodeString Command = {read=GetCommand};
Description
Represents the HTTP command.
The Command property specifies the HTTP command received in the HTTP request.