![]() |
| Previous | Next |
The command context contains two contexts, a request context and a response context. The response context is reserved for future use and is not accessible.
In order to get the request context to be used by the plug-in, you must call the INSSCommandContext::GetRequestContext method for the command context, which returns an IPropertyMap object that contains useful properties.
The following list describes predefined request context properties that are set by the server.
| Property name | Description |
| NSS_PRESENT_REQUEST_NAME | A String value containing the name used by the client to request the presentation. |
| NSS_PRESENT_PHYSICAL_NAME | A String value containing the name of the file that is being streamed. Additional information appended to the file name after a question mark is passed to an authorization plug-in component. |
See Also
INSSCommandContext::GetRequestContext Method, INSSCommandContext Interface
| Previous | Next |