Click or drag to resize

PFSite_RequestContext Class

Provides informations concerning the current request, in an ASP context.
Inheritance Hierarchy
SystemObject
  Packflow.CorePFSite_RequestContext

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static class PFSite_RequestContext

The PFSite_RequestContext type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberName
Gets or sets a name representing the current request.
Public propertyStatic memberRequestAvailable
Gets a value indicating whether a current HttpContext and a current HttpRequest are available.
Public propertyStatic memberSite
Gets the PFSite representing the current request.
Public propertyStatic memberSiteEnabled
Gets or sets a value indicating whether a PFSite could use the current context.
Public propertyStatic memberStartDate
Gets or sets the start date of the current request.
Top
Methods
  NameDescription
Public methodStatic memberClearSite
Removes the reference to the PFSite from the current request. Also tries to dispose the site, to release its resources.
Public methodStatic memberClearSiteAndRedirect(HttpResponse, String)
Releases the site (as the EndRequest would normally do) and redirects the response.
Public methodStatic memberClearSiteAndRedirect(HttpResponse, String, Boolean)
Releases the site (as the EndRequest would normally do) and redirects the response.
Top
See Also