This documentation is archived and is not being maintained.

SimpleWorkerRequest Constructor

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.

  NameDescription
Public method SimpleWorkerRequest(String, String, TextWriter) Initializes a new instance of the SimpleWorkerRequest class when the target application domain has been created using the CreateApplicationHost method.
Public 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).
Top
Show: