asp.net.ph

Response.End Method

System.Web Namespace   HttpResponse Class


Sends all currently buffered output to the client, stops execution of the page, and raises the Application_EndRequest event.

[ VB ]
Public Sub End ( ) 

[ C# ]
public void End ( );

[ C++ ]
public: void End ( );

[ JScript ]
public function End ( );

Example

The following example simply closes a connection.

Response.End ( );
  C# VB

See Also

HttpResponse 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