This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class CmsWorkerRequest
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class CmsWorkerRequest

The type exposes the following properties.

Public Properties

  Name Description
Public property Cookies
Gets the cookies that were set by the requested page.
Public property MachineConfigPath (Inherited from SimpleWorkerRequest.)
Public property MachineInstallDirectory (Inherited from SimpleWorkerRequest.)
Public property RequestTraceIdentifier (Inherited from HttpWorkerRequest.)
Public property ResponseHeaders
Gets the response headers that were set by the requested page.
Public property RootWebConfigPath (Inherited from SimpleWorkerRequest.)
Public property SupportsAsyncFlush (Inherited from HttpWorkerRequest.)
Public property SupportsAsyncRead (Inherited from HttpWorkerRequest.)

See Also

Advanced