SimpleWorkerRequest Constructor (String, String, TextWriter)
.NET Framework (current version)
Initializes a new instance of the SimpleWorkerRequest class when the target application domain has been created using the CreateApplicationHost method.
Assembly: System.Web (in System.Web.dll)
Parameters
- page
-
Type:
System.String
The page to be requested (or the virtual path to the page, relative to the application directory).
- query
-
Type:
System.String
The text of the query string.
- output
-
Type:
System.IO.TextWriter
A TextWriter that captures output from the response
.NET Framework
Available since 1.1
Available since 1.1
Show: