HttpRequest Constructor (String, String, String)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Initializes an HttpRequest object.
Assembly: System.Web (in System.Web.dll)
Parameters
- filename
-
Type:
System.String
The name of the file associated with the request.
- url
-
Type:
System.String
The information regarding the URL of the current request.
- queryString
-
Type:
System.String
The entire query string sent with the request (everything after the'?').
You do not need to create your own instance of the HttpRequest class. The methods and properties of the HttpRequest class are exposed through the Request property of the HttpApplication, HttpContext, Page, and UserControl classes.
.NET Framework
Available since 1.1
Available since 1.1
Show: