Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Version: Available or changed with runtime version 15.0.
Gets the HTTP method type.
Syntax
RequestType := TestHttpRequestMessage.RequestType()
Note
This method can be invoked using property access syntax.
Parameters
TestHttpRequestMessage
Type: TestHttpRequestMessage
An instance of the TestHttpRequestMessage data type.
Return Value
RequestType
Type: HttpRequestType
The HTTP method type of the request. Defaults to HttpRequestType.Unknown.
Related information
TestHttpRequestMessage data type
Getting started with AL
Developing extensions