SimpleWorkerRequest Constructor (String, String, TextWriter)

 

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

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

new : 
        page:string *
        query:string *
        output:TextWriter -> SimpleWorkerRequest

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
Return to top
Show: