System.Web.Hosting.SimpleWorkerRequest: Constructor Members

The constructors of System.Web.Hosting.SimpleWorkerRequest are listed below. For a list of all members, see the SimpleWorkerRequest Members list.

See Also: Inherited members from System.Web.HttpWorkerRequest

Public Constructors

Initializes a new instance of the System.Web.Hosting.SimpleWorkerRequest class when the target application domain has been created using the ApplicationHost.CreateApplicationHost(Type, string, string) method.

Initializes a new instance of the System.Web.Hosting.SimpleWorkerRequest class for use in an arbitrary application domain, when the user code creates an System.Web.HttpContext (passing the SimpleWorkerRequest as an argument to the HttpContext constructor).