SimpleWorkerRequest Constructor

 

Initializes a new instance of the SimpleWorkerRequest class.

Namespace:   System.Web.Hosting
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodSimpleWorkerRequest(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).

System_CAPS_pubmethodSimpleWorkerRequest(String^, String^, TextWriter^)

Initializes a new instance of the SimpleWorkerRequest class when the target application domain has been created using the CreateApplicationHost method.

Return to top
Show: