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)

Public Sub New (
	page As String,
	query As String,
	output As TextWriter
)

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: