Click or drag to resize

Dynamicweb.Environment.Web Namespace

 
Classes
  ClassDescription
Public classApplication
Class Application. Dynamicweb abstraction of HttpApplicationState
Public classApplicationInstance
Class ApplicationInstance.
Public classContextAccessor
Provides access to the current context
Public classCookieCollection
Provides a Type-safe way to manipulate Cookies
Public classExecutionTableMapper
Public classItems
Items acts as a key/value collection that can be used to organize and share data between an IHttpModule interface and an IHttpHandler interface during an HTTP request
Public classRequest
Acts as a wrapper for the current request in a given context
Public classResponse
Acts as a wrapper for a response in a given context
Public classServer
The Dynamicweb.Context.Web.Server class wraps a HttpContext Server object and acts as a proxy providing methods that are used when web requests are being processed
Public classSession
The Dynamicweb.Context.Web.Session class wraps a HttpContext session object and acts as a proxy for Session functionality in a Http context
Public classSetupDynamicwebContextSubscriber
Public classSetupExecutionTable
Public classSystemWebContextManager
Implements the IContext interface providing a wrapper around the System.Web.HttpContext.Current implementation
Public classWebExtensionMethods
Provides extension methods for mapping between Dynamicweb.Environment wrapper classes to System.Web classes