SimpleWorkerRequest Constructor
.NET Framework (current version)
Initializes a new instance of the SimpleWorkerRequest class.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | SimpleWorkerRequest(String^, String^, String^, String^, TextWriter^) | Initializes a new instance of the SimpleWorkerRequest class for use in an arbitrary application domain, when the user code creates an HttpContext (passing the SimpleWorkerRequest as an argument to the HttpContext constructor). |
![]() | SimpleWorkerRequest(String^, String^, TextWriter^) | Initializes a new instance of the SimpleWorkerRequest class when the target application domain has been created using the CreateApplicationHost method. |
Show:
