asp.net.ph

HttpRequest Constructor

System.Web Namespace   HttpRequest Class


NOTE: This member is used internally by the .NET infrastructure and is not intended to be called directly from your code.

[ VB ]Public Sub New ( _
   ByVal filename As String, _
   ByVal url As String, _
   ByVal queryString As String _
)

[ C# ]
public HttpRequest (
   string filename,
   string url,
   string queryString
);

[ C++ ]
public: HttpRequest (
   String* filename,
   String* url,
   String* queryString
);

[ JScript ]
public function HttpRequest (
   filename : String,
   url : String,
   queryString : String
);
See Also

HttpRequest Members Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note