System.Web Namespace HttpApplication Class
Gets the intrinsic response object for the current request.
[ VB ] Public ReadOnly Property Response As HttpResponse [ C# ] public HttpResponse Response {get;} [ C++ ] public: __property HttpResponse* get_Response ( ); [ JScript ] public function get Response ( ) : HttpResponse;
The HttpResponse that the application is processing.
HttpApplication Members
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