Contains information about the request being made.
Syntax
typedef struct
{
char* lpszServer;
char* lpszResource;
char* lpszAction;
} Sm_Api_RequestContext_t;
|
Field |
Description |
|---|---|
|
lpszServer |
Server part of the user access request. For example, if the user accesses http://www.server.com/index.html, the server is www.server.com. |
|
lpszResource |
Resource part of the user access request. For example, if the user accesses http://www.server.com/index.html, the resource is /index.html. |
|
lpszAction |
The action as requested by the user. For example, the typical action when accessing Web resources is a GET. |
| Copyright © 2010 CA. All rights reserved. | Email CA about this topic |