GetMethod function
获取请求类型(如:GET、POST、HEAD 等...)
Function:
LPCSTR UAPI GetMethod(
int hMessage
);
Parameters:
- hMessage [in]:请求句柄
Return value:
- Type:LPCSTR
- Text:成功返回请求类型字符串,失败返回 NULLPTR
Requirements:
| Keyword | Value |
|---|---|
| Minimum Agine Version | 171012.1 |
| Minimum SDK Version | 171012.1 |
| Header File | h.message |
| Library Server | kext |