This documentation is archived and is not being maintained.
SimpleWorkerRequest Constructor
Visual Studio 2010
Initializes a new instance of the SimpleWorkerRequest class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
SimpleWorkerRequest(String, String, TextWriter) | Initializes a new instance of the SimpleWorkerRequest class when the target application domain has been created using the CreateApplicationHost method. |
|
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). |
Show: