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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph