API:EMS.ResourceAPI.TEndpointRequest.TMethod
| [–] Properties | |
|---|---|
| Type: enum | |
| Visibility: public | |
| Source: EMS.ResourceAPI.pas EMS.ResourceAPI.hpp
| |
| Unit: EMS.ResourceAPI | |
| Parent: TEndpointRequest | |
Delphi
TMethod = (Get, Put, Post, Head, Delete, Patch, Other);
C++
enum class DECLSPEC_DENUM TMethod : unsigned char { Get, Put, Post, Head, Delete, Patch, Other };
Description
Embarcadero Technologies does not currently have any additional information.