property RequestMethod: TScRequestMethod;
Description
Gets the method that was used by the client in the request. The RequestMethod property can contain any HTTP 1.1 protocol command: GET, HEAD, OPTIONS, POST, PUT, DELETE, TRACE, or PATCH.
This property is read-only.